Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Download a file from a variable
#3
If I did something like this
Code:
Copy      Help
Htm el=htm("A" "please click on this link" "" win("CCleaner - Standard - Windows Internet Explorer" "IEFrame") 0 30 0x21)
str b=el.DocURL
IntGetFile b _s 0 0 1
How would I designate where to download the file to? If I wanted to put the file in a particular folder instead of cache? Something similar to this?
Code:
Copy      Help
Htm el=htm("A" "please click on this link" "" win("CCleaner - Standard - Windows Internet Explorer" "IEFrame") 0 30 0x21)
str b=el.DocURL
str localfile="%desktop%\test.exe"
IntGetFile b _s localfile 0 0 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)