#include <revolution/nand.h>
s32 NANDChangeDir( const char *path );
path |
Directory name of the directory change destination. |
Returns one of the following codes:
NAND_RESULT_OK
NAND_RESULT_ACCESS
NAND_RESULT_INVALID
NAND_RESULT_NOEXISTS
NAND_RESULT_UNKNOWN
NAND_RESULT_FATAL_ERROR
Changes the current directory. You can't change to a directory if you don't have permission to access that directory.
NANDChangeDirAsync, NANDGetCurrentDir, NANDGetHomeDir
06/16/2006 Initial version.
08/15/2006 Added links under See Also.
CONFIDENTIAL