#include <revolution/cnt.h>
BOOL CNTOpenDir(CNTHandle* handle, const char* dirName, CNTDir* dir);
BOOL CNTReadDir(CNTDir* dir, CNTDirEntry* dirent);
BOOL CNTCloseDir(CNTDir* dir);
u32 CNTTellDir(CNTDir* dir);
void CNTSeekDir(CNTDir* dir, u32 loc);
void CNTRewindDir(CNTDir* dir);
These are the CNT API versions of the directory access functions. They are explained in the function references for DVDOpenDir, DVDReadDir, DVDCloseDir, DVDTellDir and DVDSeekDir. For further details, see the associated function references.
2006/09/08 Initial version.
CONFIDENTIAL