Re: It seems that ZipFile().write() can only write files, how can empty directories be put into it?

2005-07-02 Thread could ildg
Thank you. On 7/1/05, Jeff Epler [EMAIL PROTECTED] wrote: This has been discussed before. One thread I found was http://mail.python.org/pipermail/python-list/2003-June/170526.html The advice in that message might work for you. Jeff --

Re: It seems that ZipFile().write() can only write files, how can empty directories be put into it?

2005-07-01 Thread Jeff Epler
This has been discussed before. One thread I found was http://mail.python.org/pipermail/python-list/2003-June/170526.html The advice in that message might work for you. Jeff pgpPSqdIxsPgx.pgp Description: PGP signature -- http://mail.python.org/mailman/listinfo/python-list

It seems that ZipFile().write() can only write files, how can empty directories be put into it?

2005-06-30 Thread could ildg
I want to create a empty folder in a zipfile, Can ZipFile do it? If not, any other approachs? -- http://mail.python.org/mailman/listinfo/python-list