Code Block | ||
---|---|---|
| ||
CPU_BOOLEAN FSDir_Open (CPU_CHAR *name_full,
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application; |
|
Test if a directory is already open. This function is also called by various FSEntry_*
functions to prevent concurrent access to an entry in the FAT filesystem.
...