FSDirPos

Definition

#include <nitro/fs.h>

typedef struct
{
/* private: (except direct operation with FSArchive) */
struct FSArchive    *arc;   /* attached archive */
u16                 own_id; /* own directory id */
u16                 index;  /* if next FSDirEntry is file, its id */
u32                 pos;    /* seek offset to next FSDirEntry */
} FSDirPos;

Description

This structure expresses a value that contains a directory and its position in a list.


See Also

FSDirEntry, FS_TellDir, FS_SeekDir

Revision History

11/02/2004 Corrected the structure definition to match the header file.
05/20/2004 Revised description due to changes in FSDirPos type.
05/14/2004 Revised description due to changes in FSDirPos type.
04/08/2004 Revised description due to changes in FSDirPos type.
04/01/2004 Initial version.