Move File
Description
This activity allows you to move a file from a specified location to another.
Properties
Category | Property | Type | Description |
---|---|---|---|
Common | Continue On Error | In(Boolean) | This property specifies when the automation keeps going if it has an error. Only have two possible values: True or False. The default value is False. |
From | Path | In(String) | The path of the file or directory to be moved. E.g: "C:\Users\Admin\Downloads\file1.txt" |
Options | Overwrite | In(Boolean) | When checked, overwrites the files in the destination folder with the file that is to be copied. |
To | Destination | In(String) | The destination path where the file is to be moved. E.g: "C:\Users\Admin\Downloads\file2.txt" |