Re: Folder-Comments

2009-09-24 Thread Arne v.Irmer
gt; > checkdir error: TestFolder exists but is not directory > > unable to process TestFolder/TestFile.txt. > > Is there a way to tell a ZipEntry that it is folder? > How can I write a commented folder to a zip file? > > Yours > Arne > -- Dipl.-Phys. Arne v.Irmer Senior Developer Anwendungsentwicklung - ITMC Technische Universität Dortmund GB V: Raum 301 August Schmidt Str.12 44227 Dortmund Tel.: ++49 231 755 7127 Fax : ++49 231 755 2731 smime.p7s Description: S/MIME cryptographic signature

Folder-Comments

2009-09-22 Thread Arne v.Irmer
Hi, with the command line program "zip" I can create a zip-File with annotated folders inside. I try to generate such a zip-File with the org.apache.tools.zip classes coming with ant.jar. Here is my small example program: package org.example.zip; import java.io.BufferedOutputStream; import ja