#include <revolution/cnt.h>
s32 CNTGetCurrentDir(CNTHandle* handle, char* path, u32 maxlen);
handle |
Pointer to CNTHandle structure. |
path |
Pointer to the buffer storing the current directory path. |
maxlen |
The buffer size. |
Returns CNT_RESULT_OK if the path is obtained successfully.
Gets the current directory inside the CNTHandle structure.
2006/12/12 Removed the restriction on path length.
2006/09/08 Initial version.
CONFIDENTIAL