ExpandTemplate
Method of IApplication
Description
Expand template code
Parameters
- BSTR strChars
- VARIANT_BOOL bInteractive = VARIANT_FALSE (optional)
- VARIANT_BOOL bUrlEscape = VARIANT_FALSE (optional)
- VARIANT_BOOL bQuotePath = VARIANT_FALSE (optional)
- BSTR strInitialDir = "" (optional)
Return Value
- BSTR strResult
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);