What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Question] Download zip file

[Question] Download zip file
Author: Message:
tryxter
Junior Member
**

Avatar
A. Maia Ferreira @ PTnet

Posts: 51
Reputation: 1
35 / Male / –
Joined: Jan 2007
O.P. RE: [Question] Download zip file
quote:
Originally posted by Felu
code:
function DonwloadFile(URL, LocalFile){
    var FSO = new ActiveXObject('Scripting.FileSystemObject');
    var LocalFile = fso.BuiltPath(LocalFile);
    return Interop.Call('urlmon', 'URLDownloadToFileW', 0, URL, LocalFile, 0, 0);
}


What am I supposed to put on LocalFile? Path to the new file downloaded?

This post was edited on 02-01-2007 at 01:56 PM by tryxter.
02-01-2007 01:55 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Question] Download zip file - by tryxter on 02-01-2007 at 01:20 PM
RE: [Question] Download zip file - by Felu on 02-01-2007 at 01:33 PM
RE: [Question] Download zip file - by tryxter on 02-01-2007 at 01:55 PM
RE: [Question] Download zip file - by Felu on 02-01-2007 at 02:00 PM
RE: [Question] Download zip file - by tryxter on 02-01-2007 at 02:02 PM
RE: [Question] Download zip file - by felipEx on 02-01-2007 at 10:30 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On