TSTool / Command / CopyFile
Overview
The CopyFile
command copies a source file to a destination.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
CopyFile
Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
CopyFile(Parameter="Value",...)
Command Parameters
Parameter | Description | Default |
---|---|---|
InputFile required |
The name of the source file to copy. Can be specified using ${Property} . |
None - must be specified. |
OutputFile required |
The name of the output file. Can be specified using ${Property} . |
None - must be specified. |
IfInputNotFound |
Indicate an action if the source file is not found: Ignore (ignore the missing file and do not warn), Warn (generate a warning message), Fail (generate a failure message) |
Warn |
Examples
See the automated tests.
Troubleshooting
See Also
RemoveFile
command