Code covered by the BSD License  

Highlights from
LISTZIPCONTENTS

Be the first to rate this file! 3 Downloads (last 30 days) File Size: 1.6 KB File ID: #32089

LISTZIPCONTENTS

by Bob Hamans

 

06 Jul 2011

Lists the contents of a zip file.

| Watch this File

File Information
Description

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')

MATLAB release MATLAB 7.6 (R2008a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
zip Bob Hamans 06 Jul 2011 12:06:31
list Bob Hamans 06 Jul 2011 12:06:31
contents Bob Hamans 06 Jul 2011 12:06:31
java per isakson 07 Jul 2011 16:21:50

Contact us at files@mathworks.com