История страницы
...
Folder rename Version 8 (Python)
Группа действий: Файловая система
Описание
Данное действие предназначено для изменения наименования папки.
Иконка
Параметры
Входные параметры
Папка Путь до папки, к которой будет применено действие.
Новое имя Новое имя для папки.
Перезаписать Перезаписать существующую папку.
Выходные параметры
Результат Полный путь до переименованной папки.
Настройки
...
Перезаписать существующую папку.
По умолчанию false
Если в указанной директории уже существует папка с совпадающим именем, но в параметре Перезаписать не было отмечено true, то будет вызвана ошибка.
Action group: File system
...
Description
This action is used to change the name of the folder.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Folder | Path to the folder that should be renamed | Robin.FolderPath | C:\doc\img | Yes |
New name | New name for the folder | Robin.String | Yes | |
Overwrite | Boolean variable, optional. If the value of the variable is True, then the existing folder will be overwritten. The default is false. If a folder with the same name already exists in the specified directory, but the value of the «Overwrite» parameter is false, an error will be thrown. | 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 "New folder". It should be renamed to
...
Особые условия использования
Отсутствуют.
Пример использования
Задача
Существует папка "New folder". Необходимо переименовать ее на "Reports".
...
Solution
Воспользоваться действием Use the "Folder rename" action.
...
Implementation
- Перенести действие Move the "Folder rename" на рабочую областьaction to the workspace.
- Настроить параметры действия Set the parameters of the"Folder rename" action.
Нажать на кнопку "Старт" в верхней панели - Click on the "Start" button in the top panel.
Результат
...
Result
The program robot completed successfully.
Папка переименованаThe folder has been renamed.