Copy File
From UBot Studio
(Difference between revisions)
Line 15: | Line 15: | ||
</pre> | </pre> | ||
+ | |||
The example above requires you to use the browse button to select a file you would like to copy. | The example above requires you to use the browse button to select a file you would like to copy. | ||
Line 21: | Line 22: | ||
When the script is run, the copy of the file will be created and placed in the specified locations. | When the script is run, the copy of the file will be created and placed in the specified locations. | ||
+ | |||
[[File:copyfile.png]] | [[File:copyfile.png]] |
Revision as of 20:37, 20 May 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.