typedef struct GDS_FS_DIRINFO { Sint32 fad; Sint32 fsize; Uint8 flag; Uint8 pad[3]; } GDFS_DIRINFO;
fad | 先頭FAD |
fsize | ファイルサイズ |
flag | ファイルフラグ |
pad[3] | 予約 |
メンバ flagの各ビットは次の意味をもちます。
Bit0 | Existence |
Bit1 | Directory |
Bit2 | Associated |
Bit3 | Record |
Bit4 | Protection |
Bit5 | **** |
Bit6 | **** |
Bit7 | Multi Extent |