Code Block | ||
---|---|---|
| ||
void FSEntry_Copy (CPU_CHAR *name_full_src, |
...
CPU_CHAR *name_full_dest, |
...
CPU_BOOLEAN excl, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application | not |
...
Returned Value
None.
Notes/Warnings
name_full_src
must be an existing file. It may not be an existing directory.- If excl is
DEF_NO
,name_full_dest
must either not exist or be an existing file; it may not be an existing directory. If excl isDEF_YES
,name_full_dest
must not exist.