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...") |
|||
Line 2: | Line 2: | ||
The command will rename a folder. | The command will rename a folder. | ||
− | Folder to Rename refers to the folder you would like to rename, complete with it's file path. | + | * 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. | + | * 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. | ||
Revision as of 14:33, 14 April 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.