Hi,
I have a program that needs to go out and search for specific directories. They have the format: *.*.*.? - in other words, the directories could be named 10.2.4.Z, or 4.0.42.A - If I use CFileFind, and use the *.*.*.? mask, it returns everything (same as *.*). Is there some way I can get it to work with my mask?

thanks,
-Matt Smith