[kakada]
| Just a quick question again, how can I remove not-empty
| directory in python?
|
| assumed I have the following directory:
|
| ( temp/a/b/
| temp/a/c/d.odt
| temp/e.xml)
|
| I want to remove the whole temp/ directory.
Look at the shutil module, and in particular at the rmtree f
Hi all,
Just a quick question again, how can I remove not-empty directory in python?
assumed I have the following directory:
( temp/a/b/
temp/a/c/d.odt
temp/e.xml)
I want to remove the whole temp/ directory.
Thanks :)
da
___
Tutor maillist -