История страницы
...
Folder create Version 7 (Python)
Группа действий: Файловая система
Описание
Данное действие предназначено для создания новой папки.
Иконка
Параметры
Входные параметры
Родительская папка Путь до директории, где необходимо создать папку.
Имя Имя для создаваемой папки.
Перезаписать Перезаписать существующую папку.
Выходные параметры
Результат Переменная, содержащая путь до созданной папки.
Настройки
...
Перезаписать существующую папку.
По умолчанию false
Если в указанной директории уже существует папка с совпадающим именем, но в параметре Перезаписать не было отмечено true, то будет вызвана ошибка.
...
Action group: FIle system
...
Description
This action is intended to create a new folder.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Parent folder | Path to the directory, where a new folder should be created | Robin.FolderPath | C:\doc\img | Yes |
Name | Name for the folder being created | Robin.String | Yes | |
Overwrite | Boolean variable, optional. If the value of the variable is True, then the existing objects of the file system located inside the selected folder will be overwritten. The default value is false. | Robin.Boolean | true | No |
Results | ||||
Result | Variable containing the path to the created folder | Robin.FolderPath | C:\doc\img |
Special conditions of use
None.
Example of use
Task
Create a folder "New folder 1" in the "RPA" folder.
Solution
Use the "Folder create" action.
Implementation
- Move the "Folder create" action to the workspace.
- Set the parameters of the "Folder create" action.
- Click on the "Start" button in the top panel.
Result
The program robot completed successfully.
The folder has been created.
...
Особые условия использования
Отсутствуют.
Пример использования
Задача
Создать папку "New folder 1" в папке "RPA".
Решение
Воспользоваться действием "Folder create".
Реализация
...
Результат
Программный робот отработал успешно.
Папка создана.