Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Block
languagecpp
void   FSEntry_Create (CPU_CHAR     *name_full,

...


                       FS_FLAGS      entry_type,

...


                       CPU_BOOLEAN   excl,

...


                       FS_ERR       *p_err);


File

Called from

Code enabled by

fs_entry.c

Application;
fs_mkdir()

not FS_CFG_RD_ONLY_EN

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.

...