#include <nitro/fs.h>
typedef struct
{
/* private: (except direct operation with FSArchive) */
struct FSArchive *arc; /* attached archive */
u32 file_id; /* index of FAT of attached archive */
} FSFileID;
This expresses an ID of a unique file contained in the file system.
2004/05/20 Revisions due to changes in the FSFileID type.
2004/05/14 Initial version.
CONFIDENTIAL