nw::lyt::ARCReadDir Function
bool ARCReadDir(
ARCDir * dir,
ARCDirEntry * dirent
);
| Name | Description | |
|---|---|---|
| inout | dir | The directory structure of the directory to be loaded. |
| out | dirent | The directory entry structure to be initialized. |
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.
CONFIDENTIAL