#include <nitro/fs.h>
BOOL FS_ChangeDir( const char *dir );
dir |
The path of the specified current directory. |
If it correctly sets the current directory, it returns TRUE. Otherwise it returns FALSE.
This sets the current directory to the specified path name. For more information on path name formatting, see the description of the FS_OpenFileEx
function. You can only set an existing directory to be the current directory.
FS_OpenFileEx
FS_FindDir
FS_FILE_NAME_MAX
2008/10/02 Updated the See Also list.
2004/04/02 Revised description due to the elimination of the path name length restriction.
2004/04/01 Initial version.
CONFIDENTIAL