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')
Citation pour cette source
Bob Hamans (2025). LISTZIPCONTENTS (https://fr.mathworks.com/matlabcentral/fileexchange/32089-listzipcontents), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Remerciements
A inspiré : zipContentsInfo
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 | 
