PathToRelative

Method of IApplication

Description

Convert path to relative form

Parameters

Return Value

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