NW_INLINE u32 ARCTellDir( ARCDir * dir );
| Name | Description | |
|---|---|---|
| in | dir | Directory structure. |
Gets read-out location of a directory.
ARCTellDir() returns the directory entry to be read from the directory the next time ARCReadDir() is called.
This function is supposed to be used in combination with the ARCSeekDir function. The current location can be saved using ARCTellDir(), and then restored later using ARCSeekDir().
CONFIDENTIAL