Move File
Moves a file from one location to the other.
This activity moves a file from a specified folder to another.
From
Path:
Object ArgumentRequiredThe path of the file that is to be moved.
To
Destination:
String ArgumentRequiredThe destination path where the file is to be moved.
Input
Overwrite:
True- Overwrites the file in the destination folder with the file that is to be copied.False- Creates a new file at the destination.
Create:
True- Creates a directory in the destination to which the files are to be moved if the specified directory does not exist.False- A new directory won't be created at the destination if the directory does not exist and the moving process is terminated.
Output
Output File Path:
Object VariableStores the location of the moved files in the specified Object variable.
Last updated