ZipExtension
urn:WebWorks-XSLT-Extension-Zip
Functions
• void
Zip (string zipFilePath, object nodes)
Create a zip archive containing a list of files.
• void
ZipAdd (string zipFilePath, object nodes)
Add a list of files to a zip archive.
Add a list of files to a zip archive without compressing any files.
• void
ZipDirectory (string zipFilePath, string directoryPath)
Zip a directory and recursively include sub-directories without compressing any files.
Zip a directory and recursively include sub-directories without compressing any files.
• void
ZipExtract (string zipFilePath, string targetDirectory)
Extract contents of a zip archive to a specified directory location.
Create a zip archive containing a list of files without compressing any files.
Detailed Description
urn:WebWorks-XSLT-Extension-Zip
Allow XSL transforms to handle zip archives.
Member Function Documentation
Last modified date: 10/14/2020