Copies a file.
a string representing the name of the file to be copied; this can be specified as a fixed string, field name, or expression.
a string representing the name of the file to be written; this can be specified as a fixed string, field name, or expression.
string source_file string target_file boolean rc_ok source_file="C:\mydata.txt" target_file="C:\mydata_copy.txt" rc_ok = copyfile(source_file, target_file)