Code Block | ||
---|---|---|
| ||
void FSEntry_Create (CPU_CHAR *name_full, |
...
FS_FLAGS entry_type, |
...
CPU_BOOLEAN excl, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application; | not |
Create a file or directory.
...
Indicates whether the new entry shall be a directory or a file (see Note #1) :
FS_ENTRY_TYPE_DIR
, if the entry shall be a directory.
...
Indicates whether the creation of the new entry shall be exclusive (see Notes):
DEF_YES
, if the entry shall be created only if p_name_full
does not exist.
...