This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
FileCopy Function
Copies a file.
FileCopy (source, destination)
The FileCopy function syntax has these :
Arguments
- source
- Required. that specifies the name of the file to be copied. The source may include directory or folder, and drive.
- destination
- Required. String expression that specifies the target file name. The destination may include directory or folder, and drive.
Remarks
If you try to use the FileCopy function on a currently open file, an error occurs.
See Also
Example
Kill Statement