nw::lyt::ARCChangeDir Function

Syntax

bool ARCChangeDir(
     ARCHandle * handle,
     s32 entrynum
);

Arguments

Name Description
inout handle An ARCHandle structure.
in entrynum The entry number of the directory to free.

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 that specified by the entry number.

The entry specified by the entry number must represent a directory.

The ARCHandle structure must be initialized beforehand using ARCInitHandle.

See Also

ARCInitHandle


CONFIDENTIAL