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>ARCChangeDir</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>ARCChangeDir</H1> 11 12<H2>C Specification</H2> 13<DL> 14 <DD> 15<PRE><CODE>#include <revolution/arc.h></CODE></PRE> 16<DD><CODE>BOOL ARCChangeDir(ARCHandle* <EM>handle</EM>, const char* <EM>dirName</EM>);</CODE> 17</DL> 18<H2>Description</H2> 19<P><CODE>ARCChangeDir</CODE> changes the current directory of the archive. Calling this function allows the current directory in the archive to be changed without any affect on the current directory of the DVD file system. Any relative paths specified when using <A href="ARCOpen.html"><CODE>ARCOpen</CODE></A> or <A href="ARCFastOpen.html"><CODE>ARCFastOpen</CODE></A> after this are assumed to be relative paths from the current directory in the archive.</P> 20<H2>Arguments</H2> 21<TABLE border="1" width="100%"> 22 <TBODY> 23 <TR> 24<TD><EM><STRONG><CODE>handle</CODE></STRONG></EM></TD> 25<TD>Pointer to the archive file's <CODE>ARCHandle</CODE> structure</TD> 26 </TR> 27 <TR> 28<TD><EM><STRONG><CODE>dirName</CODE></STRONG></EM></TD> 29<TD>Directory to be changed</TD> 30 </TR> 31 </TBODY> 32</TABLE> 33<H2>Return Values</H2> 34<P>Returns <font face="Courier New">TRUE</font> if successful, <font face="Courier New">FALSE</font> if unsuccessful.</P> 35<H2>See Also</H2> 36<P><CODE><A href="ARCFastOpen.html">ARCFastOpen</A>, <A href="ARCOpen.html">ARCOpen</A></CODE></P> 37<H2>Revision History</H2> 38<P>05/15/2006 Initial version.</P> 39<hr> 40<P>CONFIDENTIAL</p> 41</BODY> 42</HTML>