Home All Groups Group Topic Archive Search About
Author
3 Feb 2006 3:13 PM
rodchar
hey all,

I'm trying to automate a download process. the file is a zip file. i'm using
webclient.download to download the file. what the best way to determine if
i've already downloaded this particular file?

thanks,
rodchar

Author
3 Feb 2006 4:10 PM
Bob
Before you start the download , look in your destination save folder to see
if the same file name already exists.
HTH
Bob
Show quoteHide quote
"rodchar" <rodc***@discussions.microsoft.com> wrote in message
news:6127139B-DD18-4A57-B00A-F60F67B91103@microsoft.com...
> hey all,
>
> I'm trying to automate a download process. the file is a zip file. i'm
> using
> webclient.download to download the file. what the best way to determine if
> i've already downloaded this particular file?
>
> thanks,
> rodchar