Zip/Unzip wrapper methods
- Copyright:
-
- Rapp Project EU 2016
- 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: