...
Code Block | ||
---|---|---|
| ||
int fs_chdir (const char *path_dir); |
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Set the working directory for the current task.
...
-1, otherwise
Notes/Warnings
None.
Code Block |
---|
int fs_chdir (const char *path_dir); |
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Set the working directory for the current task.
...