nw::lyt::ARCTellDir Function

Syntax

NW_INLINE u32 ARCTellDir(
     ARCDir * dir
);

Arguments

Name Description
in dir Directory structure.

Return Values

Returns the current read-out location.

Description

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().

See Also

ARCSeekDir
ARCReadDir


CONFIDENTIAL