Object: | FileManager |
Syntax: | CopyFile ([in] Source, [in] Destination, [in, optional] OverWrite) |
Description: | This method copies a file from the source to the destination location. By default, it overwrites the destination file. Set OverWrite to False to not overwrite the destination file. |