file find skips first letter
Miki Tebeka
miki.tebeka at gmail.com
Tue Feb 15 14:02:22 EST 2011
More information about the Python-list mailing list
Tue Feb 15 14:02:22 EST 2011
- Previous message (by thread): file find skips first letter
- Next message (by thread): Displaying SVG in tkinter using cairo and rsvg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): file find skips first letter
- Next message (by thread): Displaying SVG in tkinter using cairo and rsvg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list