...
Returned Value
None.
Notes/Warnings
- If the entry exists and is a file, entry_type is
FS_ENTRY_TYPE_FILE
and excl isDEF_NO
, then the existing entry will be truncated. If the entry exists and is a directory and entry_type isFS_ENTRY_TYPE_DIR
, then no change will be made to the file system. - If the entry exists and is a directory, dir is
DEF_NO
and excl isDEF_NO
, then no change will be made to the file system. Similarly, if the entry exists and is a file, dir isDEF_YES
and excl isDEF_NO
, then no change will be made to the file system. - The root directory may not be created.