|
Description
CopyFile() is used to create a duplicate of a file.
Call Signature
void CopyFile ( string source_file, string destination_file )
Return Value
void
This has no return value.
Arguments
string source_file:
Name of the source file to be copied.
string destination_file:
Name of the destination file to be created.
Remarks
An EASI error will occur if the operation fails.
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.