[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 empty directories.

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to