Re: Removing hidden files and folders with python ...

2008-01-30 Thread Gabriel Genellina
On 30 ene, 06:21, Konrad Mühler <[EMAIL PROTECTED]> wrote: > I try to delete a whole directory-tree using shutil.rmtree(...) > But there are always the hidden files and folders (e.g. from the svn > .svn) left. > > How can I delete -all- files and folders (also the hidden) with python? I assume yo

Removing hidden files and folders with python ...

2008-01-30 Thread Konrad Mühler
Hi, I try to delete a whole directory-tree using shutil.rmtree(...) But there are always the hidden files and folders (e.g. from the svn .svn) left. How can I delete -all- files and folders (also the hidden) with python? Many Thanks Konrad -- http://mail.python.org/mailman/listinfo/python-list