What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Delete a folder
Haha, I wish I knew that. Oh well, I have learned some with playing around with this, so I want to finish now. [code]Var ChatWnd::ChatLogEnabled = false[/code] I don't understand how to set that to false, I don't know this language at all. I did co...
LamaboyScripting01-21-2011 at 03:19 AM
RE: Delete a folder
I'll post my code, but you'll plainly see that I borrowed the entire first chunk of it from the usay script. [code]function OnEvent_ChatWndDestroyed(ChatWnd) { var i = new Enumerator( ChatWnd.Contacts ); var thedude; switch( ChatWnd.Contacts.Count...
LamaboyScripting01-20-2011 at 11:25 PM
RE: Delete a folder
Thanks, it works, but not quite. [code]Error: Permission denied (code: -2146828218)[/code] The folder is read only, so how else can I keep one specific window from recording chat logs?
LamaboyScripting01-20-2011 at 12:58 AM
Delete a folder
I've found this: [code]File.DeleteFile(File);[/code] but I need to do it for an entire folder, how can I do this? Thanks.
LamaboyScripting01-19-2011 at 05:30 AM
[Hide Excerpts]