vefatica May 13,644 204 2011-06-22 #1 Does WildcardComparison() care if its pszFileName contains a path? That is, will "foo\bar.txt" and "bar.txt" both match "*.txt" (or simply "*")? Thanks.
Does WildcardComparison() care if its pszFileName contains a path? That is, will "foo\bar.txt" and "bar.txt" both match "*.txt" (or simply "*")? Thanks.
rconn Administrator May 13,585 243 Staff member 2011-06-22 #2 > Does WildcardComparison() care if its pszFileName contains a path? Click to expand... WildcardComparison doesn't know anything about paths. Everything is simply a string.
> Does WildcardComparison() care if its pszFileName contains a path? Click to expand... WildcardComparison doesn't know anything about paths. Everything is simply a string.