Re: Problem trying to determine if a file exists using wildcard
- From: Dan W <me@xxxxxxxx>
- Date: Mon, 22 Aug 2005 20:16:30 -0500
Thank you very much. Using this method seems to have done the trick.
Thanks again.
Cheers!
On 22 Aug 2005 08:01:43 -0700, "briktal" <briktal@xxxxxxxxx> wrote:
>One thing you could do, not sure if it is the best way or not, is to
>use System.IO.Directory.GetFiles(). It takes the path to search and
>the search pattern and returns a string() containing all the files that
>match. So, you could do Directory.GetFiles(whateverpath, "*.pdf") then
>check the return value.
.
- References:
- Prev by Date: Re: How how to create frames in a windows forms?
- Next by Date: Re: How to Get File Path
- Previous by thread: Re: Problem trying to determine if a file exists using wildcard
- Next by thread: ADO.Net databinding Help
- Index(es):
Relevant Pages
|