Code Block | ||
---|---|---|
| ||
void FSEntry_Rename (CPU_CHAR *name_full_old,
CPU_CHAR *name_full_new,
CPU_BOOLEAN excl,
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application; | not |
...
Indicates whether the creation of the new entry shall be exclusive (see Note #1):
DEF_YES
, if the entry shall be renamed only if name_full_new
does not exist.
...