ResolveFileName

Method of IApplication

Description

Resolves incomplete file name.

Parameters

Return Value

Syntax

JavaScript

var pstrAbsolutePath = Application.ResolveFileName(strBasePath, strRelative, bCheckExist);

==== Visual Basic Script ====

pstrAbsolutePath = Application.ResolveFileName strBasePath, strRelative, bCheckExist

==== C++ ====

BSTR pstrAbsolutePath;
HRESULT hr = Application.ResolveFileName(strBasePath, strRelative, bCheckExist, &pstrAbsolutePath);

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