PatternMatch Property
Applies To
FileFind object.
Description
True if the search for files that match the Text property string is expanded to include the wildcard characters * (asterisk) and ? (question mark). Macintosh only. Read/write Boolean.
Remarks
Use the question mark wildcard character to match any single character. For example, type gr?y to return all files that contain at least one instance of either "gray" or "grey."
Use the asterisk wildcard character to match any number of characters. For example, type San* to return all files that contain at least one word that begins with "San."