История страницы
...
Folder move Version 8 (Python)
Группа действий: Файловая система
Описание
Данное действие предназначено для перемещения папки в указанную директорию.
Иконка
Параметры
Входные параметры
Папка Путь до папки, к которой будет применено действие.
Куда Директория, в которую будет перемещена выбранная папка.
Новое имя Новое имя для перемещенной папки.
Перезаписать Перезаписать существующую папку.
Выходные параметры
Результат Полный путь до перемещенной папки.
Настройки
...
Новое имя для перемещенной папки.
Если не заполнено, то у папки останется исходное наименование.
...
Перезаписать существующую папку.
По умолчанию false
Если в указанной директории уже существует папка с совпадающим именем, но в параметре Перезаписать не было отмечено true, то будет вызвана ошибка.
Action group: File system
...
Description
This action is intended to move the folder to the specified directory.
Action icon
Settings of parameters
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 |
Special conditions of use
None.
Example of use
Task
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".
Solution
Use the "Folder move" action.
Implementation
- Move the "Folder move" action to the workspace.
- Set the parameters of the "Folder move" action.
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully.
The folder is moved to the specified directory and renamed.
...
Особые условия использования
Отсутствуют.
Пример использования
Задача
Существует папка "Тестовая папка", необходимо переместить в ее по пути Z:\RPA и переименовать на "Новая папка".
Решение
Воспользоваться действием "Переместить папку".
Реализация
...
Результат
Программный робот отработал успешно.
Папка перемещена в указанную директорию.