Navigation

Operators and Keywords

Function List:

C++ API

: filelist = unzip (zipfile)
: filelist = unzip (zipfile, dir)

Unpack the ZIP archive zipfile.

If dir is specified the files are unpacked in this directory rather than the one where zipfile is located.

The optional output filelist is a list of the uncompressed files.

See also: zip, unpack, bunzip2, gunzip, untar.

Package: octave