...
void FS_WorkingDirSet (CPU_CHAR *path_dir,
...
FS_ERR *p_err);
...
...
File |
...
...
Called from |
...
Code enabled by |
...
rowspan | 2 |
---|
...
|
...
rowspan | 2 |
---|
...
...
Application; |
...
|
...
rowspan | 2 |
---|
...
|
...
Anchor
Arguments
Anchor
path_dir
anchorString 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:
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_NONE
...
class | WebWorks_Indent_2 |
---|
...
...
Working directory set.
...
...
FS_ERR_NAME_NULL
...
...
Argument path_dir
passed a NULL pointer.
...
...
FS_ERR_VOL_NONE_EXIST
...
...
No volumes exist.
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_WORKING_DIR_NONE_AVAIL
...
...
No working directories available.
...
...
class | WebWorks_Indent_1 |
---|
...
FS_ERR_WORKING_DIR_INVALID
...
class | WebWorks_Indent_2 |
---|
...
Argument path_dir
passed an invalid directory.
...
...
Returned Value,
...
None.anchor
Notes/Warnings
...
None.