B
Bob L.
Hi everyone,
I have a file in my C:\Temp folder called "Test 0 A.txt" (there are two
spaces). If I call Directory.GetFiles("C:\Temp", "*1*.txt"), it returns the
file, even though the pattern does not match. If I do a search in Windows
Explorer, the file does *not* show up. Is there a way I can get .NET to
behave like the Windows OS (2000 and XP both work this way), or am I forced
to code my own pattern matching routine?
Thanks!
Bob L.
I have a file in my C:\Temp folder called "Test 0 A.txt" (there are two
spaces). If I call Directory.GetFiles("C:\Temp", "*1*.txt"), it returns the
file, even though the pattern does not match. If I do a search in Windows
Explorer, the file does *not* show up. Is there a way I can get .NET to
behave like the Windows OS (2000 and XP both work this way), or am I forced
to code my own pattern matching routine?
Thanks!
Bob L.