Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Folder rename Version 8 (Python)

Группа действий: Файловая система 

Описание

Данное действие предназначено для изменения наименования папки.

Иконка

Image Removed

Параметры

Входные параметры  

Папка                                         Путь до папки, к которой будет применено действие.

Новое имя                                 Новое имя для папки.

Перезаписать                            Перезаписать существующую папку.

Выходные параметры

Результат Полный путь до переименованной папки.

Настройки

...

Перезаписать существующую папку.

По умолчанию false

Если в указанной директории уже существует папка с совпадающим именем, но в параметре Перезаписать не было отмечено true, то будет вызвана ошибка.

Action group: File system

...

Description

This action is used to change the name of the folder.

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
FolderPath to the folder that should be renamedRobin.FolderPathC:\doc\imgYes
New nameNew name for the folderRobin.String
Yes
OverwriteBoolean 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.BooleantrueNo
Results
ResultFull path to the moved folder.Robin.FolderPathC:\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

  1. Перенести действие Move the "Folder rename" на рабочую областьaction to the workspace.


  2. Настроить параметры действия Set the parameters of the"Folder rename" action

    Нажать на кнопку "Старт" в верхней панели
  3. Click on the "Start" button in the top panel

Результат

...

Result

The program robot completed successfully.


Папка переименованаThe folder has been renamed.