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:
apex
Junior Member
**


Posts: 20
Joined: Mar 2008
O.P. RE: Script->DownloadFile function
Another question :$ :

How can i let the script check if an file is there?

I know have this:
code:
function TurnOn()
{
    Downloadlink = "http://juleshuls.googlepages.com/PSMChatDutch.plsc";
    Outfile = MsgPlus.ScriptFilesPath + ".plsc";
    if (Outfile == true)
    { Downloading == "done";
      Debug.Trace("Hoi");
    } else {
    Debug.Trace("Niet");
    }
}


But the script still returns "Niet" to debug, while file is there!
05-01-2008 09:48 AM
Profile E-Mail PM 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