FSFileID

定義

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


説明

ファイルシステムに含まれる一意のファイルを示す ID を表します。


参照

FS_OpenFileFast

履歴

2004/05/20 FSFileID型変更に伴う修正
2004/05/14 初版