nw::lyt::ARCReadDir Function

Syntax

bool ARCReadDir(
     ARCDir * dir,
     ARCDirEntry * dirent
);

Arguments

Name Description
inout dir The directory structure of the directory to be loaded.
out dirent The directory entry structure to be initialized.

Return Values

Returns true if the directory entry exists. Returns false if already at the end of the directory.

Description

Gets the directory entry information.

Gets information about the next directory entry.

Directory entries are either directories or files. The entry type can be obtained using ARCDirEntryIsDir().

ARCOpen() or ARCOpenDir() can be used to open an entry according to its entry type.

See Also

ARCOpenDir
ARCCloseDir
ARCSeekDir
ARCRewindDir
ARCDirEntryIsDir
ARCOpen
ARCOpenDir


CONFIDENTIAL