Delete Directory Action
Delete Directory Action deletes a folder on the local file system at the specified folder path.
Appearance
In Talos, Delete Directory Action appears as a standard rectangular node with a trash/delete folder icon.

Properties
As with all Actions, Delete Directory Action has a set of unique properties required for its functionality.
Common properties
Common properties inherited from Action.
By customizing this property, you can differentiate between same-type actions.
This property is Read only and it is not customizable
Must point to a valid folder on the system. Supports expressions.
If set to true, deletes the directory and all of its files and nested subdirectories. If set to false, the directory will only be deleted if it is already completely empty (otherwise, a runtime error will be thrown).