Rename Folder
From UBot Studio
(Difference between revisions)
Line 12: | Line 12: | ||
<pre> | <pre> | ||
− | rename folder("C:\\Users | + | rename folder("C:\\Users\\Documents\\Unamed Folder", "Folder of Awesome Things") |
</pre> | </pre> | ||
Line 22: | Line 22: | ||
− | [[File:renamefolder. | + | [[File:renamefolder.jpg]] |
Latest revision as of 19:24, 19 September 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.
[edit] Example
rename folder("C:\\Users\\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.