Re: Find and Delete all files with .xxx extension

2006-07-13 Thread Fredrik Lundh
John McMonagle wrote: >> Find and Delete all files with .xxx extension >> >> Please do so. > > How ? In the current directory/folder ? Recursively search through all > the directories/folders from a certain path ? on *your* machine, of course. -- http://mail.python.org/mailman/listinfo/p

Re: Find and Delete all files with .xxx extension

2006-07-12 Thread John McMonagle
On Wed, 2006-07-12 at 16:12 -1000, normt's subject read: > Find and Delete all files with .xxx extension How ? In the current directory/folder ? Recursively search through all the directories/folders from a certain path ? I suggest you look at the os module (section about Files and Directorie