All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.saveourtool.save.utils.ArchiveUtils.kt Maven / Gradle / Ivy

The newest version!
/**
 * Utils to unzip the archive
 */

package com.saveourtool.save.utils

import okio.Path

/**
 * Extract zip to dir with [targetPath]
 *
 * @param targetPath path to extract archive to
 */
expect fun Path.extractZipTo(targetPath: Path)

/**
 * Extract zip to dir where the archive is located
 */
expect fun Path.extractZipHere()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy