Module: common/zip

Zip/Unzip wrapper methods
Author:
Source:

Methods


<inner> isZipFile(zipFilepat)

Check if a file is a .zip file
Parameters:
Name Type Description
zipFilepat String Zip file path
Source:

<inner> unzip(zipFilepat, outPath)

Decompress a .zip file
Parameters:
Name Type Description
zipFilepat String Zip file path
outPath String Path to extract from zip file
Source: