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...") |
|||
(One intermediate revision by one user not shown) | |||
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. | ||
Line 10: | Line 12: | ||
<pre> | <pre> | ||
− | rename folder("C:\\Users | + | rename folder("C:\\Users\\Documents\\Unamed Folder", "Folder of Awesome Things") |
</pre> | </pre> | ||
Line 20: | 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.