nw::lyt::ARCOpenDir Function

Syntax

bool ARCOpenDir(
     ARCHandle * handle,
     s32 entrynum,
     ARCDir * dir
);

Arguments

Name Description
in handle An ARCHandle structure.
in entrynum The entry number of the directory to open.
out dir The directory structure to be initialized.

Return Values

Returns true if the directory was successfully opened.

Description

Opens a directory.

Opens the directory given by the entry number and initializes the specified ARCDir structure.

The ARCHandle structure must be initialized beforehand using ARCInitHandle.

See Also

ARCInitHandle
ARCReadDir
ARCCloseDir


CONFIDENTIAL