FS_DIR *fs_opendir (const char *name_full);
D
File |
Called from |
Code enabled by |
fs_api..c |
Application |
|
Open a directory.
Arguments
name_full
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.
Pointer to NULL, otherwise.
Notes/Warnings
None.