property FileType.HasPattern as Boolean

Specifies whether the FileType's pattern contains wild characters.

TypeDescription
Boolean A boolean expression that specifies whether the FileType's pattern contains wild characters.

By default the HasPattern property is True. If the FileType's pattern contains no wild cards, the pattern defines exactly the file name. Use the HasPattern property to specify whether the Pattern property contains wild cards like: * or ?. The Apply method applies the changes to the current list.  Use the BrowseFolderPath property to specify the path to the browsed folder.