Code Block | ||
---|---|---|
| ||
void FS_WorkingDirSet (CPU_CHAR *path_dir, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
| Application;
|
|
...
String buffer that specified EITHER...
(a) the absolute working directory path to set;
(b) a relative path that will be applied to the current working directory.
p_err
Pointer to variable that will receive the return error code from this function:
...
Argument path_dir
passed an invalid directory.
Returned Value
...
None.
Notes/Warnings
None.