What is the easiest way to do the equivalent of rm -rf in python?
+1
A:
shutil.rmtree() is right answer, but just look at another useful function - os.walk()
maxp
2009-05-02 09:38:05