Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

fs_opendir()

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.

Arguments

name_full

Name of the directory. See section 4-3 “μC/FS File and Directory Names and Paths” on page 62 for information about directory names.

Returned Value

Pointer to a directory, if NO errors.

Pointer to NULL, otherwise.

Notes/Warnings

None.

  • No labels