Move File
Moves a file from one location to the other.
Last updated
Moves a file from one location to the other.
Last updated
This activity moves a file from a specified folder to another.
Path: Required
The path of the file that is to be moved.
Destination: Required
The destination path where the file is to be moved.
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 File Path: Stores the location of the moved files in the specified variable.