...
Pointer to variable that will the receive return error code from this function:
FS_ERR_NONE
File copied successfully.
FS_ERR_NAME_NULL
Argument name_full_src
or name_full_dest
passed a NULL pointer.
FS_ERR_NAME_INVALID
Entry name specified invalid OR volume could not be found.
FS_ERR_NAME_PATH_TOO_LONG
Entry name specified too long.
FS_ERR_VOL_NOT_OPEN
Volume was not open.
FS_ERR_VOL_NOT_MOUNTED
Volume was not mounted.
FS_ERR_BUF_NONE_AVAIL
Buffer not available.
FS_ERR_DEV
Device access error.
Or entry error (See section B-8 “Entry Error Codes”).
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.