Command "CopyFile"

Summary

Creates a copy of a file. The command belongs to the group "File".


Parameters

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

Valid parameter combinations



Description

Creates a copy of a file.

Examples


Example 1

The example below copies the file "/input/test.xml" to "/output/doc.xml"
<CopyFile FileName="/input/test.xml" NewFileName="/output/doc.xml"/>