FileCopy
Alias:FileCopy
Output:Unit
Copy a file
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
SourceFile | string | ✔ | 1 | The source file name | |
DestinationFile | string | ✔ | 2 | The destination file name | |
Overwrite | bool | 3 | false | True if the destination file can be overwritten |