Fcopy

Copies a file within the memory card.

Fcopy <Original to be Copied>,<Copy Destination>

Parameters
<Original to be Copied>
The path of the original that will be copied (character string type).
<Copy Destination>
The path for the copy destination file (character string type).

Return Value
None.

Description
Always specify an absolute path with the drive name included for the <Original to be Copied> and <Copy Destination>.
Wild Cards cannot be used in the <File Path Name>.Refer to refWild Cards - Macro Program Rules for details on Wild Cards.
When the destination file already exists, that file is overwritten.When no file exists, it is created.
When the File Name for the copy destination has been omitted (when only the directory name and path have been specified), it is copied using the same name as the original file.
Files will not be copied in the cases stated below.
The original file to copy from does not exist.
The destination directory does not exist.
No Memory Card has been attached.
There is insufficient memory on the Memory Card.

Example
Copy the 1280-720.bmp file below from directory "C:\" to directory "D:\".
      Fcopy "C:\1280-720.bmp","D:\1280-720.bmp"