Rename Folder
From UBot Studio
(Difference between revisions)
(Created page with "This command is a File Command. The command will rename a folder. Folder to Rename refers to the folder you would like to rename, complete with it's file p...") |
Revision as of 18:01, 4 January 2013
This command is a File Command. The command will rename a folder.
Folder to Rename refers to the folder you would like to rename, complete with it's file path.
New Folder Name refers to the new folder name you would like the folder changed to. You do not need to add the file path for this on the command.
Example
rename folder("C:\\Users\\LillyT\\Documents\\Unamed Folder", "Folder of Awesome Things")
The script above requires you to paste a folder path specific to your computer.
After doing so, running the script will rename the folder.