nw::lyt::ARCChangeDir Function

Syntax

NW_INLINE bool ARCChangeDir(
     ARCHandle * handle,
     ARCDir * dir
);

Arguments

Name Description
inout handle An ARCHandle structure.
in dir The directory structure of the directory to be changed.

Return Values

Returns true on success and false on failure.

Description

Changes the current directory of the archive.

Changes the current directory of the archive to the directory indicated by the directory structure.

The directory structure must be initialized beforehand using ARCOpenDir().

The ARCHandle structure must be initialized beforehand using ARCInitHandle.

See Also

ARCInitHandle
ARCOpenDir


CONFIDENTIAL