NANDChangeDir

C Specification


#include <revolution/nand.h>

s32 NANDChangeDir( const char *path );

Arguments

path Directory name of the directory change destination.

Return Values

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

Description

Changes the current directory. You can't change to a directory if you don't have permission to access that directory.

See Also

NANDChangeDirAsync, NANDGetCurrentDir, NANDGetHomeDir

Revision History

06/16/2006 Initial version.
08/15/2006 Added links under See Also.


CONFIDENTIAL