nw::lyt::ARCChangeDir Function
bool ARCChangeDir(
ARCHandle * handle,
const wchar_t * dirName
);
| Name | Description | |
|---|---|---|
| inout | handle | An ARCHandle structure. |
| in | dirName | Directory to be changed. |
Changes the current directory of the archive.
ARCChangeDir changes the current directory of the archive.
The ARCHandle structure must be initialized beforehand using ARCInitHandle.
CONFIDENTIAL