fileCopy()

Copy a file.

Syntax:
fileCopy( source , destination )

source
is the file you want to copy.
destination is the file that will be created duplicating source file
You must specify full or relative path if files don't lies on program directory.

Example:
fileCopy( "myfile.txt", "myfile.bk" )