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.
 
Back
Top