Advanced Customizations, Overrides, and Extensions » ePublisher Platform XSLT Extensions » ZipExtension » void ZipExtract (string zipFilePath, string targetDirectory)
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'" />
Was this helpful?
Last modified date: 10/14/2020