Delete File Action
Delete File Action deletes the specified file(s). It removes files from the file system and optionally stores the path(s) of the deleted file(s) in a variable for reference.
Appearance
In Talos, Delete File Action appears as a standard rectangular node with a file and an x icon inside it.
Properties
As all Actions, Delete 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 filePath and a List variable fileList.
${filePath}
${fileList}
"C:/temp/old_report.pdf"