How remove directories with the content in the platform independent way?

Jason Mobarak jason.mobarak at gmail.com
Tue Apr 26 23:24:25 EDT 2005


There's also the shutil module, which is platform independant.

http://docs.python.org/lib/module-shutil.html

...see the rmtree function




More information about the Python-list mailing list