void ZipExtract (string  zipFilePath, string  targetDirectory)
 
Extract contents of a zip archive to a specified directory location.
Parameters:
zipFilePath   | Full pathname of the zip file.  | 
targetDirectory   | Pathname of the target directory.  | 
Extracts the contents of zip archive C:.zip to C:. 
<xsl:variable name="VarZipExtract" select="wwzip:ZipExtract('C:\some\archive.zip', 'C:\projects\myproject'" />
 
Last modified date: 10/14/2020