Task: Copy file
Description
This task will copy the file located at the specified file path to the specified destination path.
Variables
Name | Description | Type | Example | Screenshot |
---|---|---|---|---|
The path of the file | The full path of the file you wish to copy. | String | C:\Users\HelloId\Desktop\TestFile.txt | 1 |
Destination | The full path of the destination you wish to copy to. | String | C:\Archive | 2 |