ZIP info
Command line utility that displays information about a ZIP archive.
The following info is displayed:
- Number of files.
- File paths and names.
- Compressed/uncompressed length.
- Last modification dates.
- Compression ratio.
For details, see the sample code and the content listing section of the ZIP tutorial.
Sample output:
============================================================== Rebex ZipInfo.exe - displays information about a ZIP archive ============================================================== Last modified Uncomp.len Comp.len Ratio Path -------------------------------------------------------------- 2009-06-04 13:41:52 67374 553 99,18% \empty_image.bmp 2000-12-20 05:30:50 1614 1276 20,94% \logo_rebex.gif 2010-03-26 14:42:48 10298 3316 67,80% \lorem ipsum 10KB.txt 2010-03-26 14:38:56 3956 1486 62,44% \lorem ipsum.txt -------------------------------------------------------------- Total number of files: 4 Total archive length (compressed): 7085 Total length of uncompressed files: 83242 Archive compress ratio: 91,49%