Versions Compared

Key

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


Code Block
languagecpp
char  *fs_getcwd (char       *path_dir,
                  fs_size_t   size)


File

Called from

Code enabled by

fs_api.c

Application

FS_CFG_API_EN and not FS_CFG_WORKING_DIR_EN

Get the working directory for the current task.

...