#include <revolution/arc.h> BOOL ARCChangeDir(ARCHandle* handle, const char* dirName);
| handle | Pointer to the archive file's ARCHandle structure. |
|---|---|
| dirName | Directory to be changed. |
Returns TRUE if successful, FALSE if unsuccessful.
ARCChangeDir changes the current directory of the archive. Calling this function allows the current directory in the archive to be changed without any effect on the current directory of the DVD file system. Any relative paths specified when using ARCOpen or ARCFastOpen after this are assumed to be relative paths from the current directory in the archive.
2006/05/15 Initial version.
CONFIDENTIAL