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.