File Copy
Copies a file from on location to another will overwrite a file if it already exists.
| Parameter | Description |
|---|---|
| FileFrom (P1) | File to be copied. |
| FileTo (P2) | File Location to copy too. |
| MaxSize | Max file size in KB -1 to disable the files size check. |