1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<TITLE>ARCOpenDir</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>ARCOpenDir<BR>
11ARCReadDir<BR>
12ARCCloseDir<BR>
13ARCTellDir<BR>
14ARCSeekDir<BR>
15ARCRewindDir</H1>
16
17<H2>Syntax</H2>
18<dl><dd><pre class="construction">
19#include &lt;revolution/arc.h&gt;
20
21BOOL ARCOpenDir(ARCHandle* handle, const char* dirName, ARCDir* dir);
22BOOL ARCReadDir(ARCDir* dir, ARCDirEntry* dirent);
23BOOL ARCCloseDir(ARCDir* dir);
24u32  ARCTellDir(ARCDir* dir);
25void ARCSeekDir(ARCDir* dir, u32 loc);
26void ARCRewindDir(ARCDir* dir);
27</pre></dd></dl>
28
29<H2>Description</H2>
30<P>These represent ARC API versions of directory access functions. Descriptions of <CODE>DVDOpenDir, DVDReadDir, DVDCloseDir, DVDTellDir,</CODE> and <CODE>DVDSeekDir</CODE> serve as function references. For further details, see the associated function references.</P>
31
32<H2>See Also</H2>
33<P class="reference">
34<A href="ARCInitHandle.html">ARCInitHandle</A>
35</P>
36
37<H2>Revision History</H2>
38<P>
392006/05/15 Initial version.<BR>
40</P>
41
42<hr><p>CONFIDENTIAL</p></body>
43</HTML>