Versions Compared

Key

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


Code Block
languagecpp
void  FS_WorkingDirGet (CPU_CHAR    *path_dir,
                        CPU_SIZE_T   size,
                        FS_ERR      *p_err);


File

Called from

Code enabled by

fs.c

Application;
fs_getcwd()

FS_CFG_WORKING_DIR_EN

Get the working directory for the current task.

...