Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
int fs_chdir (const  char  *path_dir);


File

Called from

Code enabled by

fs_api.c

Application

FS_CFG_API_EN and FS_CFG_WORKING_DIR_EN

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

fs_api.c

Application

FS_CFG_API_EN and FS_CFG_WORKING_DIR_EN

Set the working directory for the current task.

...