Re: zipFile.getEntries() not containing archive root folder?

2011-08-13 Thread Emmanouil Batsis (Manos)
On 08/13/2011 07:19 AM, Stefan Bodewig wrote: If you use some ZIP tool with a UI like Windows Compressed Folders, WinZip, 7ZIP or PKZIP they will show you the folders even if those are not part of the archive - they simply don't have any other way to visualize the entries. That was it. Trying

Re: zipFile.getEntries() not containing archive root folder?

2011-08-13 Thread Stefan Bodewig
On 2011-08-13, Emmanouil Batsis (Manos) wrote: On 08/13/2011 07:19 AM, Stefan Bodewig wrote: If you use some ZIP tool with a UI like Windows Compressed Folders, WinZip, 7ZIP or PKZIP they will show you the folders even if those are not part of the archive - they simply don't have any other

Re: zipFile.getEntries() not containing archive root folder?

2011-08-12 Thread Stefan Bodewig
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 =

Re: zipFile.getEntries() not containing archive root folder?

2011-08-12 Thread Emmanouil Batsis (Manos)
On 08/12/2011 10:09 PM, Stefan Bodewig wrote: 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 =

Re: zipFile.getEntries() not containing archive root folder?

2011-08-12 Thread Stefan Bodewig
On 2011-08-12, Emmanouil Batsis (Manos) wrote: On 08/12/2011 10:09 PM, Stefan Bodewig wrote: 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