Skip to content

Processor FileFinder

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

FileFinder

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

Finds a filename for use in other Processors.

Currently only supports glob filename patterns.

Requires version 0.2.3.

Input Variables

  • pattern:
    • description: Shell glob pattern to match files by
    • required: True
  • find_method:
    • description: Type of pattern to match. Currently only supported type is "glob" (also the default)
    • default: glob
    • required: False

Output Variables

  • found_filename:
    • description: Full path of found filename
  • dmg_found_filename:
    • description: DMG-relative path of found filename
  • found_basename:
    • description: Basename of found filename

Table of Contents

Clone this wiki locally