nw::lyt::ARCChangeDir Function
bool ARCChangeDir(
ARCHandle * handle,
s32 entrynum
);
| Name | Description | |
|---|---|---|
| inout | handle | An ARCHandle structure. |
| in | entrynum | The entry number of the directory to free. |
Changes the current directory of the archive.
Changes the current directory of the archive to that specified by the entry number.
The entry specified by the entry number must represent a directory.
The ARCHandle structure must be initialized beforehand using ARCInitHandle.
CONFIDENTIAL