Required Instance Methodtuist.filesystem 0.7.9FileSystem

unzip(_:to:)

Unzips a zip file.

FileSystem.swift:292
func unzip(_ zipPath: AbsolutePath, to: AbsolutePath) async throws

Parameters

zipPath

Path to the zip file.

to

Path to the directory into which the content will be unzipped.