unpackZipIntoDirectory

fun unpackZipIntoDirectory(unpackDirectory: String, zipFile: File): Boolean

Takes a zip file and unzips it into a destination directory. Creates the destination directory if not already present.

Return

true if the unzipping procedure was successful

Parameters

unpackDirectory

the absolute path to the destination directory

zipFile

the file to be unpacked