Action group: FIle system
This action is intended to create a new folder.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Parent folder | Path to the directory, where a new folder should be created | Robin.FolderPath | C:\doc\img | Yes |
Name | Name for the folder being created | Robin.String | Yes | |
Overwrite | Boolean variable, optional. If the value of the variable is True, then the existing objects of the file system located inside the selected folder will be overwritten. The default value is false. | Robin.Boolean | true | No |
Results | ||||
Result | Variable containing the path to the created folder | Robin.FolderPath | C:\doc\img |
None.
Create a folder "New folder 1" in the "RPA" folder.
Use the "Folder create" action.
The program robot completed successfully.
The folder has been created.