If I am looking through a list of files in a directory using OpenDir(), I want to be able to do wild card pattern matches.

Under Microsoft's MFC you can specify this with FindFiles like "BA*12??.*.DA*" or something crazy like that. Using the ANSI equivalent, OpenDir() I can't do that.

I could write my own wild-card filter, but I would rather use something pre-made instead.