ARCChangeDir

Syntax

#include <revolution/arc.h>

BOOL ARCChangeDir(ARCHandle* handle, const char* dirName);

Arguments

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

Return Values

Returns TRUE if successful, FALSE if unsuccessful.

Description

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.

See Also

ARCFastOpen, ARCOpen

Revision History

2006/05/15 Initial version.


CONFIDENTIAL