typedef struct { Uint32 filesize; Uint16 blocks; Uint8 type; Uint8 copyflag; Uint16 headerofs; BUS_TIME time; } BUS_FILEINFO;
filesize | File size (byte count) |
blocks | Used block number |
type | File type |
copyflag | Copy flag (FFH=copy impossible) |
headerofs | Header offset (0 fixed) |
time | Time type |
Values set for type, which expresses the file type, are as follows:
BUD_FILETYPE_NORMAL | Normal file |
BUD_FILETYPE_EXECUTABLE | Executable file |