CPU_BOOLEAN FSDir_Open (CPU_CHAR *name_full,
FS_ERR *p_err);
File | Called from | Code enabled by |
---|---|---|
| Application; |
|
...
Name of the directory. See section 4-3 “μC/FS ?C_2fFS File and Directory Names and Paths”Paths.
p_err
Pointer to variable that will the receive return error code from this function:
...
Entry name specified invalid or volume could not be found.
Or entry error (see section B-8 “Entry Error Codes” Entry Error Codes).
Returned Value
DEF_NO
, if dir is not open.
...