Reference/API

IOUtilities.unzipFunction

filename = unzip(f, archive[; path=""]) filenames = unzip(archive[; what=:all, path=""])

Unzips zip-archive to directory path using ZipFile.jl and returns a list of unzipped files.

The optional what can specify :all files in the archive, the :first file or a file name that must be matched.

source