История страницы
...
File rename Version 9 (Python)
Группа действий: Файловая система
Описание
Данное действие предназначено для изменения наименования файла.
Иконка
Параметры
Входные параметры
Файл Путь до файла, к которому будет применено действие.
Новое имя Новое имя для файла.
Новое расширение Новое расширение для файла.
Перезаписать Перезаписать существующий файл.
Выходные параметры
Результат Путь до переименованного файла.
Настройки
...
Свойство
...
Описание
...
Тип
...
Пример заполнения
...
Обязательность заполнения поля
...
Новое имя для файла.
...
Перезаписать существующий файл.
В случае если значение параметра равно false, а в указанной папке уже существует файл с таким же именем и расширением, то будет вызвана ошибка.
По умолчанию false.
Action group: File system
...
Description
This action is used to change the name of the file.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
File | Path to the file to which the action will be applied. | Robin.FilePath | Yes | |
New name | New name for the file. | Robin.String | No | |
New file extension | New extension of the file. | Robin.String | No | |
Overwrite | Overwrite existing file. If the parameter value is false, and a file with the same name and extension already exists in the specified folder, an error will be generated. The default is false. | Robin.Boolean | true | No |
Results | ||||
Result | Path to the renamed file. | Robin.FilePath |
Special conditions of use
None.
Example of use
Task
It is necessary to change the file name “Log.txt” to “Logs.txt”
Solution
Use the "File rename" action.
Implementation
- Move the "File rename" action to the workspace.
- Set the parameters of the "File rename" action.
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully.
The file has been renamed.
...
Особые условия использования
Отсутствуют.
Пример использования
Задача
Необходимо изменить имя файла "Log.txt" на "Logs.txt"
Решение
Воспользоваться действием "File rename".
Реализация
...
Результат
Программный робот отработал успешно.
Файл переименован.