Skip to main content

Rename Directory Action

Rename Directory Action changes the folder name of an existing directory on the local file system.

Appearance

In Talos, Rename Directory Action appears as a standard rectangular node with a rename-folder icon.

Icon

Properties

As with all Actions, Rename 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 path of the directory to be renamed.

Must point to a valid, existing directory. Expressions are supported.

New NameString
The new folder name for the directory.

Provide just the name of the new folder, not the full directory path. The folder will be renamed in-place in its current parent directory.