zipExtract ( string zipPath , string destinationFolder ) : void
Extract a ZIP archive in a folder.
Example
zipExtract(path("tmp")+"archive.zip", path("desktop")+"folder")
Parameters
zipPath
Path of the ZIP archive to extract
destinationFolder
The folder of destination must exist