Versions Compared

Key

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

...

FS

...

_DIR  *fs_opendir (const  char  *name_full);

...

D

...

File

...

Called from

...

Code enabled by

...

fs_api..c

...

Application

...

FS_CFG_API_EN and FS_CFG_DIR_EN

...

Open a directory. Anchor11047791104779

Arguments

...

name_full Anchor11408261140826

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

...

for information about directory names.

...

Returned Value

...

Pointer to a directory, if NO errors. Anchor10922121092212

Pointer to NULL, otherwise. Anchor11001771100177

Notes/Warnings

...

None.