Creates a copy of a file. The command belongs to the group "File".
| Parameter Name | Description | Type |
|---|---|---|
| FileName | The path and filename of the file to copy. | valueexpression |
| NewFileName | The path and filename of the new file. | valueexpression |
<CopyFile FileName="/input/test.xml" NewFileName="/output/doc.xml"/>