> 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 <[email protected]> http://pythonwise.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list
