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

Ключ

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

...

File create Version 8 (Net)

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

Описание

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

Иконка

Image Removed

Параметры

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

Папка                                      Путь до папки, внутри которой будет расположен новый файл.

Имя файла                              Имя создаваемого файла.

Расширение файла                Расширение создаваемого файла.

Перезаписать                         Перезаписать существующий файл.

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

Результат Путь до созданного файла

Настройки

Action group: FIle system

...

Description

This action is intended to create a file.

Action icon

Image Added

Settings of parameters

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Folder pathThe path to the folder inside which the new file will be created.Robin.FolderPathC:\doc\imgYes
File nameName of the file to be created.Robin.String
Yes
File extensionExtension of the file to be created
СвойствоОписаниеТипПример заполненияОбязательность заполнения поляПараметрыПапкаПуть до папки, внутри которой будет расположен новый файл.Путь к папкеC:\Users\ТестДаИмя файлаИмя создаваемого файла.СтрокаTest1ДаРасширение файлаРасширение создаваемого файла
.Robin.String
txt

Yes
ДаПерезаписатьПерезаписать существующий файл.ЛогическийtrueНетРезультатыРезультатПуть до созданного файла.Путь к файлу

Особые условия использования

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

Пример использования 

Задача

Создать файл с расширением .txt

Решение

Воспользоваться действием "Создать файл". 

Реализация

...

OverwriteBoolean variable, optional. If the value of the variable is True and a file with the same name already exists in the destination folder, then the existing file will be overwritten, otherwise it will not be, and the action will throw an exception. Default value: FalseRobin.BooleantrueNo
Results
ResultPath to the created file.Robin.FilePath

Special conditions of use

If a file with a matching name and extension already exists in the folder, but "Overwrite" was not marked true, an error will be thrown.

Example of use

Task

Create a file with a .txt extension.

Solution

Use the "File create" action. 

Implementation

  1. Move the "File create" action to the workspace.
    Image Added

  2. Set the parameters of the "File create" action. 
    Image Added

  3. Click on the "Start" button in the top panel. 

Result

The program robot completed successfully.

Image Added

The file is created in the specified folder. 

Image Added

Результат

Программный робот отработал успешно.

Image Removed

Файл создан в указанной папке. 

Image Removed