Skip to content
On this page

Move File

Description

This activity allows you to move a file from a specified location to another.

Properties

CategoryPropertyTypeDescription
CommonContinue On ErrorIn(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.
FromPath In(String) The path of the file or directory to be moved.
E.g: "C:\Users\Admin\Downloads\file1.txt"
OptionsOverwrite In(Boolean)When checked, overwrites the files in the destination folder with the file that is to be copied.
ToDestinationIn(String) The destination path where the file is to be moved.
E.g: "C:\Users\Admin\Downloads\file2.txt"

A product of IRTech Company