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