/
fs_chdir()
fs_chdir()
int fs_chdir (const char *path_dir);
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Set the working directory for the current task.
Arguments
path_dir
String buffer that specifies either...
- the absolute working directory path to set;
- relative path that will be applied to the current working directory.
Returned Value
0, if no error occurs.
-1, otherwise
Notes/Warnings
None.
int fs_chdir (const char *path_dir);
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Set the working directory for the current task.
Arguments
path_dir
String buffer that specifies either...
- the absolute working directory path to set;
- relative path that will be applied to the current working directory.
Returned Value
0, if no error occurs.
-1, otherwise
Notes/Warnings
None.
, multiple selections available,
Related content
fs_readdir_r()
fs_readdir_r()
More like this
fs_mkdir()
fs_mkdir()
More like this
fs_opendir()
fs_opendir()
More like this
fs_getcwd()
fs_getcwd()
More like this
FS_WorkingDirSet()
FS_WorkingDirSet()
More like this
FSDir_Rd()
FSDir_Rd()
More like this