/
fs_getcwd()
fs_getcwd()
char *fs_getcwd (char *path_dir, fs_size_t size)
File | Called from | Code enabled by |
---|---|---|
| Application |
|
Get the working directory for the current task.
Arguments
path_dir
String buffer that will receive the working directory path.
size
Size of string buffer.
Returned Value
Pointer to path_dir, if no error occurs.
Pointer to NULL, otherwise
Notes/Warnings
None.
, multiple selections available,
Related content
fs_chdir()
fs_chdir()
More like this
fs_opendir()
fs_opendir()
More like this
fs_readdir_r()
fs_readdir_r()
More like this
FS_WorkingDirGet()
FS_WorkingDirGet()
More like this
FS_WorkingDirSet()
FS_WorkingDirSet()
More like this
FSDir_Rd()
FSDir_Rd()
More like this