#include <revolution/arc.h>
BOOL CNTEntrynumIsDir(CNTHandle* CntHandle, s32 entrynum);
CntHandle |
Pointer to the CNTHandle structure. |
entrynum |
Entry number for the path to be investigated. |
Returns TRUE when the specified entry number is a directory; otherwise returns FALSE.
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.
CNTConvertPathToEntrynum, CNTInitHandle
2006/10/26 Initial version.
CONFIDENTIAL