Controls whether the FileNameFilter should be interpreted as a wildcard string or a regular expression.
Wildcard strings use a DOS-like notation where ?
matches any single character and *
matches multiple characters. Regular expressions are of the kind used in Regex.