Skip to main content

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.

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.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same-type actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
PathString
The full directory path of the folder to delete.

Must point to a valid folder on the system. Supports expressions.

RecursiveBoolean
Determines whether to recursively delete folders and files inside.

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).