typedef struct GDS_FS_DIRINFO { Sint32 fad; Sint32 fsize; Uint8 flag; Uint8 pad[3]; } GDFS_DIRINFO;
fad | Starting address FAD |
fsize | File size |
flag | File flag |
pad[3] | Reserved |
Bits of the member flags have the following meaning.
Bit7 | Bit6 | Bit5 | Bit4 | Bit3 | Bit2 | Bit1 | Bit0 |
Multi Extent | **** | **** | Protection | Record | Associated | Directory | Existence |