unzip
Decompress zip file.
Syntax
res = unzip(zipname)
res = unzip(zipname, rootdir)
Input argument
zipname - a string: zip archive filename.
rootdir - a character vector or string scalar: root path for the files to decompress.
Output argument
res - a cell array of character vectors containing the names of the files decompressed.
Description
unzip extracts archived contents. Timestamps and attributes are preserved for each file.
Example
See also
zip.
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated