#include <revolution/arc.h>
BOOL ARCGetCurrentDir(ARCHandle* handle, char* path, u32 maxlen);
ARCGetCurrentDir() gets the archive's current directory.
handle |
Pointer to the ARCHandle structure of the archive file. |
|
Pointer to the buffer to store the path of the archive's current directory. |
maxlen |
Buffer size. |
TRUE if the path can fit in the buffer. Otherwise, returns FALSE.
05/15/2006 Initial version.