====== Path ====== Property of [[:scripting:api:base-document:start|IBaseDocument]] ===== Description ===== Path of the document ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var pstrVal = BaseDocument.Path; BaseDocument.Path = pstrVal; ==== Visual Basic Script ==== pstrVal = BaseDocument.Path BaseDocument.Path = pstrVal ==== C++ ==== BSTR pstrVal; HRESULT hr = BaseDocument.get_Path(&pstrVal); hr = BaseDocument.put_Path(pstrVal); ===== See Also ===== [[:scripting:api:base-document:start|IBaseDocument]] ~~NOTOC~~