Application.LoadActionPlugin

Application.LoadActionPlugin ( 

string Filename )

Example 1

Application.LoadActionPlugin("AutoPlay\\Plugins\\AddedFunctionality.lmd");

Loads the action plugin file called "AddedFunctionality.lmd" currently located in "AutoPlay\Plugins."

Example 2

Application.LoadActionPlugin(_SourceFolder.."\\MyPlug.lmd");

Loads the action plugin file called "MyPlug.lmd" into the application.

Note: _SourceFolder is a built-in variable that contains the path to the folder where the autorun.exe file is located.

See also:  Related Actions