scripting:api:base-document:path

Path

Property of IBaseDocument

Path of the document

Read-Write Property of type BSTR

var pstrVal = BaseDocument.Path;
BaseDocument.Path = pstrVal;
pstrVal = BaseDocument.Path
BaseDocument.Path = pstrVal
BSTR pstrVal;
HRESULT hr = BaseDocument.get_Path(&pstrVal);
hr = BaseDocument.put_Path(pstrVal);