Create Directory Action
Create Directory Action creates a new folder or nested directory path inside a specified target location.
Appearance
In Talos, Create Directory Action appears as a standard rectangular node with a folder-plus icon.

Properties
As with all Actions, Create 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.
Parent PathString
The base path of the folder where the new directory will be created.
Must be an existing directory path. Expressions are supported.
Directory NameString
The name of the new folder to create.
The folder name to create under the Parent Path. Nested subfolders (e.g. "level1\level2") are automatically created if they do not exist.