Copy File
This Automation Manager object copies a file from one location to another location.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
File Name | String | Yes | The full path of the file to be copied. |
Copy Name | String | Yes | The full path name of the destination file. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number | Returns a default value of zero. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
File Name |
String |
Yes |
C:\folder1\folder2\file1.txt C:\folder1\folder2\*.txt |
Copy Name |
String |
Yes |
C:folder3\ |