file find skips first letter

Miki Tebeka miki.tebeka at gmail.com
Tue Feb 15 14:02:22 EST 2011


>     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



More information about the Python-list mailing list