Action group: File system
Copies the selected folder to the specified directory.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Folder | Path to the folder, which should be copied | Robin.FolderPath | C:\doc\img | Yes |
Target path | Directory, where the folder should be copied | Robin.FolderPath | C:\doc\img | Yes |
New name | Name for the new folder. Leave empty to use the original name | Robin.String | No | |
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 | Full path to the copied folder. | Robin.FolderPath | C:\doc\img |
None.
There is a folder "New folder". You need to create a copy of it with the name "Folder copy".
Use the "Folder copy" action.
The program robot completed successfully.
A copy of the folder has been created.