scripting:api:script-application:import

Action unknown: addtobook

__import

Method of IScriptApplication

Dynamically import file into global scope.

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