Removing hidden files and folders with python ...

Konrad Mühler konrad at isg.cs.uni-magdeburg.de
Wed Jan 30 03:21:28 EST 2008


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



More information about the Python-list mailing list