trying to open My recieved folder - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: trying to open My recieved folder (/showthread.php?tid=91830) trying to open My recieved folder by Zakukashi on 08-11-2009 at 05:48 AM
Hi I made a simple menu item that should open My received folder or any folder. I couldn't find a way.. So I did this RE: trying to open My recieved folder by ShawnZ on 08-11-2009 at 06:03 AM try "explorer [pathname]" RE: trying to open My recieved folder by felipEx on 08-11-2009 at 06:03 AM
quote:Well, the ShellExecute function should do the trick JScript code:Also, notice that "\" is an escape character in JScript so you need to use double backslash "\\" instead RE: trying to open My recieved folder by matty on 08-11-2009 at 12:55 PM Instead of hardcoding the path to the folder get it from the registry. Take a look at CookieRevised's reply to Where is Recieved Files Folder stored in the registry? |