Property of IScript
Script path
Read-Only Property of type BSTR
var pstrVal = Script.Path;
==== Visual Basic Script ====
pstrVal = Script.Path
==== C++ ====
BSTR pstrVal; HRESULT hr = Script.get_Path(&pstrVal);
===== See Also ===== IScript