Copy File Action
Copy File Action copies the specified file (or files) to a destination directory. It supports handling existing files by either skipping or overwriting them, and stores the paths of the copied files in a variable for further use.
Appearance
In Talos, Copy File Action appears as a standard rectangular node with a copy icon.
Properties
As all Actions, Copy File Action has a few unique properties that are essential for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same type of actions.
This property is Read only and it is not customizable
See more about Talos Scripting language & Expressions
This property supports expressions. You can use variable references to dynamically resolve the file path(s) at runtime.
Examples
Assuming a declared String variable with name srcPath and a List variable fileList.
${srcPath}
${fileList}
"C:/Documents/report.pdf"
Available options: Do nothing, Overwrite