Copy Folder
From UBot Studio
This command is a File Command. The command copies a folder to a new location. File to Copy refers to the folder you would like to copy.
Copy to Location refers to the location you would like the folder copied to. You will need to type in the new location you would like to copy your file to. The copy folder command will look similar to the copy file command. You will insert the file path of the folder you would like to copy and then insert the file path you would like to move the folder to.
Example
copy folder("C:\\Users\\LillyT\\Desktop\\Folder of Awesome Things", "C:\\Users\\LillyT\\Documents")
To run the script, insert the file path for a folder you would like to copy and insert the file path to the new location you would like the folder copied to.
Running the script will create a copy of the specified folder in the documents folder.