Skip to content

Processor FileCreator

Elliot Jordan edited this page Mar 4, 2021 · 4 revisions

FileCreator

Description

Create a file.

Input Variables

  • file_path:
    • required: True
    • description: Path to a file to create.
  • file_content:
    • required: True
    • description: Contents to put in file.
  • file_mode:
    • required: False
    • description: String. Numeric mode for file in octal format.

Output Variables

Table of Contents

Clone this wiki locally