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