[Tutor] (no subject)

Alan Gauld alan.gauld at btinternet.com
Sun Aug 24 21:31:08 CEST 2008


<2104496328 at sms.mycricket.com> 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



More information about the Tutor mailing list