nw::lyt::ARCEntrynumIsDir Function
bool ARCEntrynumIsDir(
const ARCHandle * handle,
s32 entrynum
);
| Name | Description | |
|---|---|---|
| in | handle | An ARCHandle structure. |
| in | entrynum | The entry number. |
Gets whether the entry type is a directory.
The ARCHandle structure must be initialized beforehand using ARCInitHandle.
CONFIDENTIAL