Messenger Plus! Live - Scripting Documentation

The MsgPlus::ScriptFilesPath property returns the full path to the current script's files.

Syntax

This is a read-only property.
[string] ScriptFilesPath;

Data Type

A string containing the full path to the current script's files on the disk. It does not end with a backslash.

Remarks

You should never assume to know where the files of your script are stored on the user's disk. The current location may change in future versions of Messenger Plus!, that's why this property must always been used when necessary. Also, when making calls outside of the Messenger Plus! Live scripting system, never assume that the "current" directory is the directory of your script.

Property Information

Object MsgPlus
Availability Messenger Plus! Live 4.00

See Also

MsgPlus Object.