Code Block | ||
---|---|---|
| ||
FS_DIR *fs_opendir (const char *name_full); |
File | Called from | Code enabled by |
---|---|---|
| Application |
|
...
Name of the directory. See section 4-3 “μCµC/FS File and Directory Names and Paths” for Paths for information about directory names.
...
Code Block | ||
---|---|---|
| ||
FS_DIR *fs_opendir (const char *name_full); |
File | Called from | Code enabled by |
---|---|---|
| Application |
|
...
Name of the directory. See section 4-3 “μCµC/FS File and Directory Names and Paths” for Paths for information about directory names.
...