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

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


CONFIDENTIAL