nw::lyt::ARCGetCurrentDir Function

Syntax

bool ARCGetCurrentDir(
     ARCHandle * handle,
     wchar_t * path,
     u32 maxlen
);

Arguments

Name Description
in handle An ARCHandle structure.
out path Buffer for storing the path.
in maxlen Size of the buffer.

Return Values

Returns TRUE if the path is contained within the buffer. Otherwise returns false.

Description

Gets the current directory of the archive.

Writes the path string for the current directory in the archive to the specified buffer.

See Also

ARCInitHandle
ARCChangeDir


CONFIDENTIAL