extractZipFile

fun extractZipFile(zipFile: File, tempDir: File, delete: Boolean): File

Extract zip file to a temporary directory

Return

the path to the extracted file content

Parameters

zipFile

the zip file to extract

tempDir

directory to extract it under

delete

if true, delete the zip file after extraction