1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 7 <title>ARCChangeDir</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../nw/Overview.html">nw</a>::<a href="../../nw/lyt/Overview.html">lyt</a>::ARCChangeDir</CODE> Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14bool ARCChangeDir( 15 <a href="../../nw/lyt/ARCHandle/Overview.html">ARCHandle</a> * handle, 16 const wchar_t * dirName 17); 18bool ARCChangeDir( 19 <a href="../../nw/lyt/ARCHandle/Overview.html">ARCHandle</a> * handle, 20 <span>s32</span> entrynum 21); 22NW_INLINE bool ARCChangeDir( 23 <a href="../../nw/lyt/ARCHandle/Overview.html">ARCHandle</a> * handle, 24 <a href="../../nw/lyt/ARCDir/Overview.html">ARCDir</a> * dir 25); 26NW_INLINE bool ARCChangeDir( 27 <a href="../../nw/lyt/ARCHandle/Overview.html">ARCHandle</a> * handle, 28 <a href="../../nw/lyt/ARCDirEntry/Overview.html">ARCDirEntry</a> * dirent 29); 30</pre> 31 </div> 32 <h2>List of Overloaded Member Functions</h2> 33 <div class="section"> 34 <table class="members"> 35 <tr> 36 <td> 37 <a href="./ARCChangeDir(0).html">ARCChangeDir ( ARCHandle *, const wchar_t * ) </a> 38 </td> 39 <td>Changes the current directory of the archive.</td> 40 </tr> 41 <tr> 42 <td> 43 <a href="./ARCChangeDir(1).html">ARCChangeDir ( ARCHandle *, s32 ) </a> 44 </td> 45 <td>Changes the current directory of the archive.</td> 46 </tr> 47 <tr> 48 <td> 49 <a href="./ARCChangeDir(2).html">ARCChangeDir ( ARCHandle *, ARCDir * ) </a> 50 </td> 51 <td>Changes the current directory of the archive.</td> 52 </tr> 53 <tr> 54 <td> 55 <a href="./ARCChangeDir(3).html">ARCChangeDir ( ARCHandle *, ARCDirEntry * ) </a> 56 </td> 57 <td>Changes the current directory of the archive.</td> 58 </tr> </table> 59 </div> 60 <h2>Description of ARCChangeDir ( ARCHandle *, const wchar_t * )</h2> 61 <div class="section"><p><a href="../../nw/lyt/ARCChangeDir.html">ARCChangeDir</a> changes the current directory of the archive.</p><p>The <a href="../../nw/lyt/ARCHandle/Overview.html">ARCHandle</a> structure must be initialized beforehand using <a href="../../nw/lyt/ARCInitHandle.html">ARCInitHandle</a>.</p></div> 62 <h2>Description of ARCChangeDir ( ARCHandle *, s32 )</h2> 63 <div class="section"><p>Changes the current directory of the archive to that specified by the entry number. </p><p>The entry specified by the entry number must represent a directory. </p><p>The <a href="../../nw/lyt/ARCHandle/Overview.html">ARCHandle</a> structure must be initialized beforehand using <a href="../../nw/lyt/ARCInitHandle.html">ARCInitHandle</a>.</p></div> 64 <h2>Description of ARCChangeDir ( ARCHandle *, ARCDir * )</h2> 65 <div class="section"><p>Changes the current directory of the archive to the directory indicated by the directory structure. </p><p>The directory structure must be initialized beforehand using <a href="../../nw/lyt/ARCOpenDir.html">ARCOpenDir()</a>.</p><p>The <a href="../../nw/lyt/ARCHandle/Overview.html">ARCHandle</a> structure must be initialized beforehand using <a href="../../nw/lyt/ARCInitHandle.html">ARCInitHandle</a>.</p></div> 66 <h2>Description of ARCChangeDir ( ARCHandle *, ARCDirEntry * )</h2> 67 <div class="section"><p>Changes the current directory of the archive to the directory indicated by the directory entry structure. </p><p>The entry indicated by the directory entry structure must represent a directory.</p><p>The directory structure must be initialized beforehand using <a href="../../nw/lyt/ARCReadDir.html">ARCReadDir()</a>.</p><p>The <a href="../../nw/lyt/ARCHandle/Overview.html">ARCHandle</a> structure must be initialized beforehand using <a href="../../nw/lyt/ARCInitHandle.html">ARCInitHandle</a>.</p></div> 68 <hr><p>CONFIDENTIAL</p></body> 69</html> 70