ARCGetCurrentDir

Syntax

#include <revolution/arc.h>

BOOL ARCGetCurrentDir(ARCHandle* handle, char* path, u32 maxlen);

Arguments

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

Return Values

Returns TRUE if the path is contained within the buffer. Otherwise, returns FALSE.

Description

ARCGetCurrentDir gets the current directory of the archive.

See Also

ARCChangeDir

Revision History

2006/05/15 Initial version.


CONFIDENTIAL