FSFileID

Definition

#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;


Description

This expresses an ID of a unique file contained in the file system.


See Also

FS_OpenFileFast

Revision History

2004/05/20 Revisions due to changes in the FSFileID type.
2004/05/14 Initial version.


CONFIDENTIAL