Shinobi Library - File System Structure

GDFS_DIRINFO

Structure that stores file directory information

DEFINITION

typedef struct GDS_FS_DIRINFO { 
 Sint32 fad; 
 Sint32 fsize; 
 Uint8  flag; 
 Uint8  pad[3]; 
} GDFS_DIRINFO; 

MEMBER

 fad  Starting address FAD 
 fsize  File size 
 flag  File flag 
 pad[3]  Reserved 
  

DESCRIPTION

Structure that stores file directory information.

Bits of the member flags have the following meaning.

 Bit7  Bit6  Bit5  Bit4  Bit3  Bit2  Bit1  Bit0  
 Multi Extent  ****  ****  Protection  Record  Associated  Directory  Existence  


REFERENCE

gdFsGetDirInfo()

GDFS_DIRINFO
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999