====== Path ====== Property of [[:scripting:api:script:start|IScript]] ===== Description ===== Script path ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var pstrVal = Script.Path; ==== Visual Basic Script ==== pstrVal = Script.Path ==== C++ ==== BSTR pstrVal; HRESULT hr = Script.get_Path(&pstrVal); ===== See Also ===== [[:scripting:api:script:start|IScript]] ~~NOTOC~~