User`s guide

11 Functions – Alphabetical List
11-108
unzipTemplate
Unzip zipped DOM template
Syntax
unzipTemplate(zippedTemplatePath)
unzipTemplate(zippedTemplatePath,unzippedTemplatePath)
Description
unzipTemplate(zippedTemplatePath) unzips the DOM template zip file specified by
zippedTemplatePath into a subfolder of the folder that contains the zipped template.
unzipTemplate(zippedTemplatePath,unzippedTemplatePath) unzips the DOM
template into the folder specified by unzippedTemplatePath.
Examples
Unzip DOM Template into Subfolder of Zipped Template Folder
Unzip a zipped DOM template called myTemplate.
unzipTemplate('myTemplate');
Unzip DOM Template into Specified Folder
This example assumes that there is a zipped DOM template called myTemplate in the
current folder and a folder called H:\report_templates.
unzipTemplate('myTemplate.htmtx','H:\report_templates\myTemplate');
Input Arguments
zippedTemplatePath — Path of the zipped DOM template
string