scripting:api:script-application:include

Action unknown: addtobook

__include

Method of IScriptApplication

Dynamically include file into global scope.

var pbSuccess = ScriptApplication.__include(strPath);
pbSuccess = ScriptApplication.__include strPath
VARIANT_BOOL bSuccess;
HRESULT hr = ScriptApplication.__include(strPath, &bSuccess);