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
gdFsGetDirInfo() ファイル情報の取得