Reference/API
IOUtilities.compress
IOUtilities.gunzip
IOUtilities.gzip
IOUtilities.iscompressed
IOUtilities.iscompressionext
IOUtilities.isgzipped
IOUtilities.makeistream
IOUtilities.makeostream
IOUtilities.open
IOUtilities.read
IOUtilities.readlines
IOUtilities.splitcompressionext
IOUtilities.splitrealext
IOUtilities.transcode
IOUtilities.uncompress
IOUtilities.unzip
IOUtilities.write
IOUtilities.unzip
— Functionfilename = 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.