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