Versions Compared

Key

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


...

Code Block
languagecpp
FS_DIR  *fs_opendir (const  char  *name_full);

...


...

File

...

Called from

...

...

Code enabled by

...

...

fs_api.

...

c

...

Application

...

FS_CFG_API_EN and FS_CFG_DIR_EN

...

Open a directory. Anchor11047791104779

Arguments

...

10922081092208name_full Anchor11408261140826

Name of the directory. See

...

µC/FS File and Directory Names and

...

Paths for information about directory names.

...

...

Returned Value

...

10922111092211Pointer to a directory, if NO errors. Anchor

10922121092212Pointer to NULL, otherwise. Anchor11001771100177

Notes/Warnings

...

None.