unzipArchive

fun unzipArchive(zipFile: String, destinationDirectory: String)

Unzips the downloaded modpack ZIP-archive to the specified directory.

Author

Griefed

Parameters

zipFile

The path to the ZIP-archive which we want to unzip.

destinationDirectory

The directory into which the ZIP-archive will be unzipped into.