unzip

fun unzip(zipFilePath: String, destDirectory: String)

Extracts a zip file specified by the zipFilePath to a directory specified by destDirectory (will be created if does not exist).

Parameters

zipFilePath

the zip file path

destDirectory

the destination directory

Throws

Sources

Link copied to clipboard