>     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.teb...@gmail.com>
http://pythonwise.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to