ARCChangeDir

C Specification

#include <revolution/arc.h>
BOOL ARCChangeDir(ARCHandle* handle, const char* dirName);

Description

ARCChangeDir 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 ARCOpen or ARCFastOpen after this are assumed to be relative paths from the current directory in the archive.

Arguments

handle Pointer to the archive file's ARCHandle structure
dirName Directory to be changed

Return Values

Returns TRUE if successful, FALSE if unsuccessful.

See Also

ARCFastOpen, ARCOpen

Revision History

05/15/2006 Initial version.


CONFIDENTIAL