PatternMatch Enumeration
This enumeration defines constants for filter patterns that specify what sort of items (files and/or folders) will be matched by the pattern. You can use the numeric values from scripting languages that do not have access to the symbolic enumeration constants.
| Constant | Value | Description |
|---|---|---|
| pmFiles | 0x0000 (0) | The pattern will match files only. |
| pmFolders | 0x0001 (1) | The pattern will match folders only. |
| pmFilesAndFolders | 0x0002 (2) | The pattern will match both files and folders. |