nw::lyt::ARCChangeDir Function

Syntax

bool ARCChangeDir(
     ARCHandle * handle,
     const wchar_t * dirName
);

Arguments

Name Description
inout handle An ARCHandle structure.
in dirName Directory to be changed.

Return Values

Returns true on success and false on failure.

Description

Changes the current directory of the archive.

ARCChangeDir changes the current directory of the archive.

The ARCHandle structure must be initialized beforehand using ARCInitHandle.

See Also

ARCInitHandle
ARCOpen
ARCConvertPathToEntrynum


CONFIDENTIAL