| > I can execute "unzip -l new.zip", but I only see a list of
> files....I dont see the rest of the info described in the document. Quoting
from the web:
> * The ZIP file extra field (in the local file header) contains a list of
meta-fields, very similar to the HTTP headers fields. See also RFC.
> Where are all those files and the metadata ?> How can I see it ?
In the "local file header" ZIP section, reserved to store additional data.
This section is not reachanble using most uncompressors, but you can read them
using a ZIP library, in C, or using java code.
| |