myWebClient.DownloadFile Question

  • Thread starter Thread starter Dave
  • Start date Start date
The second argument to DownloadFile is the local destination, which can be a
full path. In the example they only specified a file in the working
directory. You should specify a file using
Environment.GetFolderPath(Environment.SpecialFolder.Desktop), as part of the
full path.

To answer question 1, it is certainly the simplest to impliment.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top