#include <revolution/nand.h>
s32 NANDGetHomeDir( char path[NAND_MAX_PATH] );
path |
A buffer that stores the character string of the home directory. |
Returns one of the following codes:
NAND_RESULT_OK
NAND_RESULT_UNKNOWN
NAND_RESULT_FATAL_ERROR
Gets the home directory. The maximum path length in the file system is NAND_MAX_PATH. Therefore, creating a buffer large enough to store a path of this length is recommended.
NANDGetCurrentDir, NANDChangeDir, NANDChangeDirAsync
2006/08/15 Initial version.
CONFIDENTIAL