История страницы
...
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
...
Особые условия использования
Отсутствуют.
Пример использования
Задача
Существует папка "Test folder". Необходимо переместить ее по пути Z:\RPA и задать новое имя "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Папка перемещена в указанную директорию и переименована.