<[EMAIL PROTECTED]> wrote
([Tutor] How do I delete all Files of certain extension type?)
Get a list of the files - try glob.glob or os.walk
Then delete them - use shutil.remove
Now if thats not enough info come back with more specific
questions.
You might find the Using the OS topic in my tutorial helpful.
--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor