#include <revolution/arc.h>
BOOL ARCOpenDir(ARCHandle* handle, const char* dirName, ARCDir* dir);
BOOL ARCReadDir(ARCDir* dir, ARCDirEntry* dirent);
BOOL ARCCloseDir(ARCDir* dir);
u32 ARCTellDir(ARCDir* dir);
void ARCSeekDir(ARCDir* dir, u32 loc);
void ARCRewindDir(ARCDir* dir);
These represent ARC API versions of directory access functions. Descriptions of DVDOpenDir, DVDReadDir, DVDCloseDir, DVDTellDir, and DVDSeekDir serve as function references. For further details, see the associated function references.
2006/05/15 Initial version.
CONFIDENTIAL