Action group: File system
This action is intended to move the folder to the specified directory.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Folder | Path to the folder, which should be moved | Robin.FolderPath | C:\doc\img | Yes |
Target path | Directory, where the folder should be moved to | Robin.FolderPath | C:\doc\img | Yes |
New name | New name for the moved folder | 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 target folder will be overwritten otherwise an error will be thrown. The default value is false. | Robin.Boolean | true | No |
Results | ||||
Result | Full path to the moved folder. | Robin.FolderPath | C:\doc\img |
None.
There is a folder called "Test folder". You need to move it to the path Z:\RPA and give it a new name "New folder".
Use the "Folder move" action.
The program robot completed successfully.
The folder is moved to the specified directory and renamed.