List of rule criteria
Criteria are used to check various caracteristics of a file.
- inside folder
- The file to open is contained in the selected folder. If you select a whole drive, all files on that drive will match this criterion.
- filename
- extension
- access path
- The name, the extension or the full access path of the file to open contains, begin with, ends with, is, or is not the same as defined in the criterion.
- size
- The size of the file to open is greater or lesser than the specified size.
- label
- The color label of the file to open is the one specified.
- text content
- The content of the file to open contains or starts with the defined text. The file is expected to contain text in UTF or ASCII encoding, and only the first kilobyte will be scanned.
- ASCII content
- hex content
- The content of the file at defined offset is the same as the defined bytes defined as ASCII characters or in hexadecimal. This is primarily meant to inspect the content of binary files.
- application is already open
- The application selected for this rule is already launched. This is useful to make files open in an application only if it is already running.
Related Topics