__include
Method of IScriptApplication
Description
Dynamically include file into global scope.
Parameters
- BSTR strPath
Return Value
- VARIANT_BOOL pbSuccess
Syntax
JavaScript
var pbSuccess = ScriptApplication.__include(strPath);
==== Visual Basic Script ====
pbSuccess = ScriptApplication.__include strPath
==== C++ ====
VARIANT_BOOL bSuccess; HRESULT hr = ScriptApplication.__include(strPath, &bSuccess);
===== See Also ===== IScriptApplication