What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » path of historique storage directorie of MP!live

path of historique storage directorie of MP!live
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: path of historique storage directorie of MP!live
This is the way I'd do it:
code:
var RegScriptPath = MsgPlus.ScriptRegPath; //Get the script registry path
var RegPrefsPath = RegScriptPath.substr(0, RegScriptPath.indexOf("GlobalSettings")) + Messenger.MyEmail + "\\Preferences"; //Get the Plus! preferences path
var sPath = new ActiveXObject("WScript.Shell").RegRead(RegPrefsPath + "\\LogsDirectory"); //Get Plus!' default log directory

EDIT:
@ matty: Note that it's possible that that path changes in a future Plus! version. Therefore, I more like to get the path based on the script's registry path. ;)
And yes, I know that it's more recommended to use Win32 API functions to read the key but I leave that for you to choose whether you want to implement such functions.

This post was edited on 08-13-2007 at 07:25 PM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
08-13-2007 07:22 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
path of historique storage directorie of MP!live - by mondator on 08-13-2007 at 07:12 PM
RE: path of historique storage directorie of MP!live - by matty on 08-13-2007 at 07:20 PM
RE: path of historique storage directorie of MP!live - by Matti on 08-13-2007 at 07:22 PM
RE: path of historique storage directorie of MP!live - by matty on 08-13-2007 at 08:05 PM
RE: path of historique storage directorie of MP!live - by mondator on 08-13-2007 at 08:26 PM
RE: path of historique storage directorie of MP!live - by matty on 08-13-2007 at 08:38 PM
RE: path of historique storage directorie of MP!live - by mondator on 08-14-2007 at 12:21 AM
RE: path of historique storage directorie of MP!live - by matty on 08-14-2007 at 12:54 AM
RE: path of historique storage directorie of MP!live - by mondator on 08-14-2007 at 10:14 AM
RE: path of historique storage directorie of MP!live - by matty on 08-14-2007 at 03:44 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