ExpandTemplate

Method of IApplication

Description

Expand template code

Parameters

Return Value

Syntax

JavaScript

var strResult = Application.ExpandTemplate(strChars, bInteractive, bUrlEscape, bQuotePath, strInitialDir);

Visual Basic Script

strResult = Application.ExpandTemplate strChars, bInteractive, bUrlEscape, bQuotePath, strInitialDir

C++

BSTR strResult;
HRESULT hr = Application.ExpandTemplate(strChars, bInteractive, bUrlEscape, bQuotePath, strInitialDir, &strResult);

See Also

IApplication