unzipBackup

abstract fun unzipBackup(zipPath: String): String

Unzip all the entries stored within the file at zipPath to some directory of choice.

Return

the path to a directory where all the entries were extracted.