Re: [Tutor] remove not-empty directory

2006-03-30 Thread Tim Golden
[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

[Tutor] remove not-empty directory

2006-03-30 Thread kakada
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 -