#include <revolution/arc.h> BOOL ARCGetCurrentDir(ARCHandle* handle, char* path, u32 maxlen);
| 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 |
Returns TRUE if the path is contained within the buffer. Otherwise, returns FALSE.
ARCGetCurrentDir gets the current directory of the archive.
2006/05/15 Initial version.
CONFIDENTIAL