Re: Directory.GetFileSystemEntries qestion
From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 12/02/04
- Next message: jam96-BuffaloJoe: "RE: Context Menu Not Refreshing"
- Previous message: Just Me: "Directory.GetFileSystemEntries question"
- In reply to: Just Me: "Directory.GetFileSystemEntries qestion"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 2 Dec 2004 22:36:10 +0100
" Just Me" <groups@a-znet.com> schrieb:
> 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.
Make two consecutive calls to 'GetFileSystemEntries', one with the "*.dll"
pattern and one with "*.exe" as pattern.
-- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
- Next message: jam96-BuffaloJoe: "RE: Context Menu Not Refreshing"
- Previous message: Just Me: "Directory.GetFileSystemEntries question"
- In reply to: Just Me: "Directory.GetFileSystemEntries qestion"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|