Copy File
Copies a file from its current location to a new one.
Category: File & Folder Operations · Group: Files · Activity name: FileCopy

Example
outputVariable = FileCopy("<document>", "<location>", delete=True, overwrite=True)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| File Path | string | Yes | Path of the file to be copied. | |
| Copy Location | string | Yes | Path to the location where the file should be copied. | |
| Remove original file | boolean | Check this box if you want to delete the original file. | ||
| Overwrite files in the destination path | boolean | Check this box if you want to overwrite existing files in the destination location. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the new file location. |