J
Just Me
I need a
Directory.GetFileSystemEntries
where the search pattern is *.dll;*.exe
That is find all the *.dll and all the *.exe files
I think Directory.GetFileSystemEntries search pattern can not contain more
than 1 pattern. Correct?
Is there a simple way to accomplish that.
I know I can code it but wonder if there isn't a built-in method.
Thanks
Directory.GetFileSystemEntries
where the search pattern is *.dll;*.exe
That is find all the *.dll and all the *.exe files
I think Directory.GetFileSystemEntries search pattern can not contain more
than 1 pattern. Correct?
Is there a simple way to accomplish that.
I know I can code it but wonder if there isn't a built-in method.
Thanks