Recent commit corrected handling of "*.*", which previously didn't match the files without extensions, but still left handling of patterns such as "x*.*" broken, because they are also supposed to match all files starting with "x" under Windows, whether they have an extension or not. Fix this by using PathMatchSpecEx() shell function which should handle this correctly and update the unit test to check for this case as well. |
||
|---|---|---|
| .. | ||
| dir.cpp | ||
| filefn.cpp | ||
| filetest.cpp | ||