CopyFile
Copy a file from one location to another.

Input
File Paths
| Name | Required | Description |
|---|---|---|
| Source Path | The file path of the source file to copy. | |
| Destination Directory | The destination directory to copy the file to. | |
| Overwrite | Overwrites an existing file if one with the same name already exists. |
Output
Destination Path Where the file was copied to