What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] A MsgPlus."LoadScriptFolder"

[?] A MsgPlus."LoadScriptFolder"
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
O.P. [?] A MsgPlus."LoadScriptFolder"
It would be helpful if there was a function like this :P

Right now I'm using:
JScript code:
function MsgPlus_LoadScriptFolder(f){
for(e=new Enumerator(new ActiveXObject("Scripting.FileSystemObject")
.GetFolder(MsgPlus.ScriptFilesPath+"\\"+f).Files);!e.atEnd();e.moveNext())
MsgPlus.LoadScriptFile(f+"\\"+e.item().Name);
}


If this function existed then it would just be

JScript code:
MsgPlus.LoadScriptFolder("extra");


so it could possibly load alot faster than what I currently have :P

Maybe Patchou can add this to the scripting engine?
[quote]
Ultimatess6
: What a noob mod
02-18-2009 09:51 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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