What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script->DownloadFile function

Script->DownloadFile function
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Script->DownloadFile function
code:
var fso = new ActiveXObject("Scripting.FileSystemObject");
var file = MsgPlus.ScriptFilesPath + ".plsc";
if(fso.FileExists(file)){
//Code here
// fso.GetFile(name).Delete(true); //If you'd like to delete the already existing file
}
}
05-01-2008 10:27 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Script->DownloadFile function - by apex on 04-29-2008 at 07:23 PM
RE: Script->DownloadFile function - by roflmao456 on 04-29-2008 at 07:53 PM
RE: Script->DownloadFile function - by apex on 04-29-2008 at 08:07 PM
RE: Script->DownloadFile function - by Matti on 04-30-2008 at 01:28 PM
RE: Script->DownloadFile function - by apex on 05-01-2008 at 09:34 AM
RE: Script->DownloadFile function - by apex on 05-01-2008 at 09:48 AM
RE: Script->DownloadFile function - by Felu on 05-01-2008 at 10:27 AM
RE: Script->DownloadFile function - by CookieRevised on 05-02-2008 at 05:45 AM


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