Copy File
From UBot Studio
(Difference between revisions)
(Created page with "This command is a File Command. File to Copy refers to the file you would like to copy. The browse button is used to browse for the file. Copy to Location...") |
|||
Line 1: | Line 1: | ||
This command is a [[File Commands|File Command]]. | This command is a [[File Commands|File Command]]. | ||
− | File to Copy refers to the file you would like to copy | + | * File to Copy refers to the file you would like to copy. |
− | Copy to Location refers to the location you would like the file copied to. You will need to type in the new location you would like to copy your file to. | + | * The browse button is used to browse for the file. |
+ | |||
+ | * Copy to Location refers to the location you would like the file copied to. | ||
+ | |||
+ | You will need to type in the new location you would like to copy your file to. | ||
Revision as of 14:32, 14 April 2013
This command is a File Command.
- File to Copy refers to the file you would like to copy.
- The browse button is used to browse for the file.
- Copy to Location refers to the location you would like the file copied to.
You will need to type in the new location you would like to copy your file to.
Example
copy file("C:\\Users\\LillyT\\Documents\\MyFile.txt", "C:\\Users\\LillyT\\Desktop")
The example above requires you to use the browse button to select a file you would like to copy.
You will need to type in the new folder path you would like to copy your file to.
When the script is run, the copy of the file will be created and placed in the specified locations.