ARCOpenDir
ARCReadDir
ARCCloseDir
ARCTellDir
ARCSeekDir
ARCRewindDir

Syntax

#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);

Description

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.

See Also

ARCInitHandle

Revision History

2006/05/15 Initial version.


CONFIDENTIAL