Purpose 
Copies a file on the FirstClass server from one location to another. It uses the host operating system to issue a copy from one location to another. 
Syntax 
CopyFile (FromPath, ToPath, TRUE | FALSE) 
 
 
FromPath  | 
The original location.  | 
 
ToPath  | 
The destination location.  | 
 
TRUE | FALSE  | 
Whether the copy will overwrite an existing file.  | 
 
  
 
Example 
CopyFile ("C:\FCSERVER\FCS.OLD","C:\FCSERVER\FCS2.OLD",FALSE) 
 |