# Directory Structure Image (DSI) File Format. # Lines starting with hash ('#') characteres are comments. # Hash characters inline are comments # Support for characters in filenames is limited to ASCII (not extended ASCII) The general format of data lines (i.e. non-commment lines) is: where is one of a fixed set of single-character values, and depends on . can be one of i, d, D, f, s, The format of various element line types is i d : D : f : s is the tag name for a product, e.g. 'fgs' for the Friendly Greeting System product. The : defines the Operating System owner and group, wit contains permission data, of the form :: There can be only one 'i' entry per DSI file, and it must be the first entry. # Sample Friendly Greeting System file format, with tag 'fgs': i fgs 1.0.1 509210 Friendly Greeting System d src unset:unset 750 f src/hello.h unset:unset 640 f src/hello.c unset:unset 640 f src/Makefile unset:unset 640 f src/build.sh unset:unset 750