Copy File
Copy file(s) from one location to the other.
This activity copies a file(s) from a specified location to the other.
From
Source:
Object Argument
Required
The location of the file(s) that is to be copied.
To
Destination:
String Argument
Required
Specifies the full path of the destination for the copied files.
Input
Overwrite:
True
- Overwrites the file with the same name as the copied one at the destination.False
- Creates a new file at the destination.
Create:
True
- Creates a directory in the destination to which the files are to be copied 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 copying process is terminated.
Output
Output File Path:
List Variable
Stores the location(s) of the copied files(s) in the specified String List variable
Last updated