nw::lyt::ARCChangeDir Function
NW_INLINE bool ARCChangeDir(
ARCHandle * handle,
ARCDirEntry * dirent
);
| Name | Description | |
|---|---|---|
| inout | handle | An ARCHandle structure. |
| in | dirent | The directory entry structure of the directory to be changed. |
Changes the current directory of the archive.
Changes the current directory of the archive to the directory indicated by the directory entry structure.
The entry indicated by the directory entry structure must represent a directory.
The directory structure must be initialized beforehand using ARCReadDir().
The ARCHandle structure must be initialized beforehand using ARCInitHandle.
CONFIDENTIAL