::wxMatchWild

Bool wxMatchWild(char *pattern, char *text, Bool dot_special)

Returns TRUE if the pattern matches the text; if dot_special is TRUE, filenames beginning with a dot are not matched with wildcard characters. See wxIsWild.