fs_opendir()

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.

Arguments

name_full

Name of the directory. See µC/FS File and Directory Names and Paths for information about directory names.

Returned Value

Pointer to a directory, if NO errors.

Pointer to NULL, otherwise.

Notes/Warnings

None.