CNTEntrynumIsDir

Syntax

#include <revolution/arc.h>
BOOL CNTEntrynumIsDir(CNTHandle* CntHandle, s32 entrynum);

Arguments

CntHandle Pointer to the CNTHandle structure.
entrynum Entry number for the path to be investigated.

Return Values

Returns TRUE when the specified entry number is a directory; otherwise returns FALSE.

Description

Determines whether the specified entry number is a directory or a file. The function returns TRUE if the entry number is a directory. The entry number must be obtained in advance using the CNTConvertPathToEntrynum function.

See Also

CNTConvertPathToEntrynum, CNTInitHandle

Revision History

2006/10/26 Initial version.


CONFIDENTIAL