History |
CopyFile (BASIC command)
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)
Example
CopyFile ("C:\FCSERVER\FCS.OLD","C:\FCSERVER\FCS2.OLD",FALSE)
| ||||||||