Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
CPU_BOOLEAN  FSDir_Open (CPU_CHAR  *name_full,
                         FS_ERR    *p_err);

File

Called from

Code enabled by

fs_dir.c

Application;
fs_opendir();
FSEntry_*

FS_CFG_DIR_EN

...

Name of the directory. See section 4-3 “μC/FS ?C_2fFS File and Directory Names and Paths”Paths.

p_err

Pointer to variable that will the receive return error code from this function:

...

Entry name specified invalid or volume could not be found.

Or entry error (see section B-8 “Entry Error Codes” Entry Error Codes).

Returned Value

DEF_NO, if dir is not open.

...