nw::lyt::ARCEntrynumIsDir Function

Syntax

bool ARCEntrynumIsDir(
     const ARCHandle * handle,
     s32 entrynum
);

Arguments

Name Description
in handle An ARCHandle structure.
in entrynum The entry number.

Return Values

Returns true if the entry type is directory. Returns false if the entry type is a file.

Description

Gets whether the entry type is a directory.

The ARCHandle structure must be initialized beforehand using ARCInitHandle.

See Also

ARCInitHandle


CONFIDENTIAL