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!