PathToRelative
Method of IApplication
Description
Convert path to relative form
Parameters
- BSTR strPathAbsolute
Return Value
- BSTR pstrPathRelative
Syntax
JavaScript
var pstrPathRelative = Application.PathToRelative(strPathAbsolute);
==== Visual Basic Script ====
pstrPathRelative = Application.PathToRelative strPathAbsolute
==== C++ ====
BSTR pstrPathRelative; HRESULT hr = Application.PathToRelative(strPathAbsolute, &pstrPathRelative);
===== See Also ===== IApplication