ARCGetCurrentDir

C Specification

#include <revolution/arc.h>
BOOL ARCGetCurrentDir(ARCHandle* handle, char* path, u32 maxlen);

Description

ARCGetCurrentDir() gets the archive's current directory.

Arguments

handle Pointer to the ARCHandle structure of the archive file.
path Pointer to the buffer to store the path of the archive's current directory.
maxlen Buffer size.

Return Values

TRUE if the path can fit in the buffer. Otherwise, returns FALSE.

See Also

ARCChangeDir

Revision History

05/15/2006 Initial version.