Create Folder
From UBot Studio
(Difference between revisions)
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
This command is a [[File Commands|File Command]]. The command creates a new folder to a specified location. | This command is a [[File Commands|File Command]]. The command creates a new folder to a specified location. | ||
| − | |||
| − | + | '''New Folder Location:''' refers to the location you will be creating the new folder to. | |
| − | Simply insert the file path of the folder you would like to create a new folder in and then type in a name for the new folder. | + | '''New Folder Name:''' refers to the name you would like given to the new folder. |
| + | |||
| + | |||
| + | Simply insert the file path of the folder you would like to create a new folder in and then type in a name for the new folder. | ||
| + | |||
== Example == | == Example == | ||
<pre> | <pre> | ||
| − | create folder("C:\\Users | + | create folder("C:\\Users\\Desktop", "Another Folder of Awesomeness") |
</pre> | </pre> | ||
| + | |||
To run the script, insert the folder path for the folder you would like to create the new folder to. | To run the script, insert the folder path for the folder you would like to create the new folder to. | ||
| Line 17: | Line 21: | ||
Running the script will create a new folder on the desktop. | Running the script will create a new folder on the desktop. | ||
| − | [[File:createfolder. | + | |
| + | [[File:createfolder.jpg]] | ||
Latest revision as of 19:44, 19 September 2013
This command is a File Command. The command creates a new folder to a specified location.
New Folder Location: refers to the location you will be creating the new folder to.
New Folder Name: refers to the name you would like given to the new folder.
Simply insert the file path of the folder you would like to create a new folder in and then type in a name for the new folder.
[edit] Example
create folder("C:\\Users\\Desktop", "Another Folder of Awesomeness")
To run the script, insert the folder path for the folder you would like to create the new folder to.
Running the script will create a new folder on the desktop.
