0

Using LMDWebHTTPGet1 from LMD Innovative downloads the file to the Temporary Internet Files directory only I would like to get it into a directory of my choice

ulrichb
  • 19,610
  • 8
  • 73
  • 87
Tom
  • 1
  • 1

1 Answers1

0

TLMDWebHTTPGet uses the same underlying infrastructure that for instance Internet Explorer and Google Chrome use (adding benefits of for instance sharing proxy settings).

I don't think you can redirect that layer to your own download folder.

So do the same as Internet Explorer does:

  1. download it to the "Temporary Internet Files" directory,
  2. copy it to the final location,
  3. remove the temporary file.

--jeroen

Jeroen Wiert Pluimers
  • 23,965
  • 9
  • 74
  • 154