Path
Property of IBaseDocument
Description
Path of the document
Property type
Read-Write Property of type 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);