__include

Method of IScriptApplication

Description

Dynamically include file into global scope.

Parameters

Return Value

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