|
-
April 12th, 2007, 10:25 AM
#1
Is there a standard C++ wildcard filter / matcher class?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|