PathFromRelative

Method of IApplication

Description

Convert path from relative to full form

Parameters

Return Value

Syntax

JavaScript

var pstrPathAbsolute = Application.PathFromRelative(strPathRelative, bCheckExist);

==== Visual Basic Script ====

pstrPathAbsolute = Application.PathFromRelative strPathRelative, bCheckExist

==== C++ ====

BSTR pstrPathAbsolute;
HRESULT hr = Application.PathFromRelative(strPathRelative, bCheckExist, &pstrPathAbsolute);

===== See Also ===== IApplication