Re: Writing Empty folders into ZipFile

2008-06-03 Thread MRAB
On Jun 3, 10:03 am, Christian Heimes <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > Hello. > > > I'm having situation writing folders structure into > > a zip file. Folders contain no files. > > > Is it possible to do in python ? > > As far as I remember the zip format it's not possi

Re: Writing Empty folders into ZipFile

2008-06-03 Thread Christian Heimes
[EMAIL PROTECTED] schrieb: > Hello. > > I'm having situation writing folders structure into > a zip file. Folders contain no files. > > Is it possible to do in python ? As far as I remember the zip format it's not possible at all. Folders are created implicitly. The zip format doesn't support