Skip to content

Processor FileCreator

github-actions edited this page Dec 6, 2022 · 4 revisions

FileCreator

NOTE: This page is automatically generated by GitHub Actions when a new release is tagged.
Updates to the information on this page should be submitted as pull requests to the AutoPkg repository. Processors are located here.

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