> def getFiles(self, fileBase): > """return a list of the filenames in a director containing a > base word > """ > ... Have a look at the glob module, it does what you want. HTH -- Miki Tebeka <miki.tebeka at gmail.com> http://pythonwise.blogspot.com