Directory.GetFileSystemEntries qestion

From: Just Me (groups_at_a-znet.com)
Date: 12/02/04


Date: Thu, 2 Dec 2004 16:30:14 -0500

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