LISTZIPCONTENTS

版本 1.0.0.0 (1.6 KB) 作者: Bob Hamans
Lists the contents of a zip file.
840.0 次下载
更新时间 2011/7/6

查看许可证

LISTZIPCONTENTS(ZIPFILENAME) lists the archived contents of ZIPFILENAME

ZIPFILENAME is a string specifying the name of the zip file.

ZIPFILENAME can include the directory name; otherwise, the file must be
in the current directory or in a directory on the MATLAB path.

FILENAMES = LISTZIPCONTENTS(ZIPFILENAME) lists the zip file contents
and returns the file names into the string cell array FILENAMES.

Unsupported zip files
---------------------
LISTZIPCONTENTS does not support password-protected or encrypted zip
archives.

Examples
--------
% List the contents of demos.zip
listzipcontents('demos.zip')

引用格式

Bob Hamans (2024). LISTZIPCONTENTS (https://www.mathworks.com/matlabcentral/fileexchange/32089-listzipcontents), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息
致谢

启发作品: zipContentsInfo

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0