8.18/6/2018

Masks

A file name that includes characters meant to be replaced at runtime is referred to as a mask. Masks can be used in many edit boxes and can be used, for instance, to select multiple files. File selection is typically limited by fixed characters or special wildcard characters. If you create a Folder Capture input task and enter *.* in the Masks box, the input task will grab all the files that are put in the source folder. If you enter *.mdb instead, the task will only take the those database files that have an mdb extension. You can use any standard wildcard character in PlanetPress Workflow.

Masks are case-insensitive, since the Windows platform does not support case-sensitive filenames (yes, you can have mixed case in a file name but that's visual fluff - the OS itself does not care).

Mask Format

Here are the different mask formats available: 

Filename containing brackets can be a hassle when attempting to capture them with a mask and using sets or ranges. You can capture a set that contains an opening bracket ( [[] ) , but not a closing bracket as the closing bracket always ends the set or range. There is no escape character available in masks.