Skip to main content

Move File/Dir

Moves file/folder from source path to destination path.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Source Path - The source path of the file/directory that will be moved. (e.g. C:\MyDocs\Example.xlsx)
  • Destination Path - The destination path of the file/directory will be moved. (e.g. C:\Archives\Example.xlsx)