On 2011-08-12, Emmanouil Batsis (Manos) wrote:

> Consider a zip archive containing the following folder and files:

> rootfolder
>+ file1.doc
>+ file2.pdf

> Shouldnt the "entries" enum bellow contain an entry for the root folder?

> ZipFile zipFile = new ZipFile(tmpZipFile);
> Enumeration entries = zipFile.getEntries();

If "rootfolder" is part of the archive, yes.  And I'm pretty sure it
does (it will hav the name "rootfolder/").

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to