Versions Compared

Key

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


Code Block
languagecpp
int  fs_closedir (FS_DIR  *p_dir);


File

Called from

Code enabled by

fs_api.c

Application

FS_CFG_API_EN and FS_CFG _DIR_EN

Close and free a directory.

...

-1, if any error was encountered.

Notes/Warnings

  1. After a directory is closed, the application must desist from accessing its directory pointer. This could cause file system corruption, since this handle may be re-used for a different directory.