Possible Duplicate:
Can you call Directory.GetFiles() with multiple filters?
Does it possible to get for ex. .c
and .h
files from directory. Usage of Directory.GetFiles("C:\", ".c;.h");
does not work. It's too bad to invoke Directory.GetFiles(...);
twice.. :(
Thanks.