Skip to main content

Move File Action

Move File Action relocates a file from one directory to another on the filesystem.

Appearance

In Talos, Move File Action appears as a rectangular node with a move icon, indicating file transfer operations. It shows mandatory details like the moved and the resulted files.

Decision Icon

Properties

As all Actions, Move File Action has a few unique properties that are essential for it's 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 of 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.
Files To MoveList
The file or files to move.
Destination PathPath
The destination folder path for the moved files.
Moved Files VariableVariable
The variable to store the paths of the moved files.
OverwriteEnum
Whether to overwrite existing files at the destination. Enums: DoNothing, Overwrite