On Thu, 2002-01-03 at 06:37, Morelli Enrico wrote:
> I have to create a temporary directory to copy some data (no problem using
> os.mkdir), but if the directory exist, the program must remove it.

Why are you using system?

import shutil
shutil.rmtree(self.CDR_multi)


-- 
=====================================================================
| JAVA must have been developed in the wilds of West Virginia.      |
| After all, why else would it support only single inheritance??    |
=====================================================================
| Finger [EMAIL PROTECTED] for my public key.                            |
=====================================================================

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to