Provides a human-readable string with information about the ZipFile.
Declaration Syntax
Remarks
The information string contains 10 lines or so, about each ZipEntry, describing whether encryption is in use, the compressed and uncompressed length of the entry, the offset of the entry, and so on. As a result the information string can be very long for zip files that contain many entries.
This information is mostly useful for diagnostic purposes.