file find module

Oleg Broytmann phd at phd.pp.ru
Thu Sep 27 12:30:54 EDT 2001


On Thu, Sep 27, 2001 at 05:20:51PM +0100, mallum wrote:
> Does a module exist ( pref in standard dist ) that will recursively
> search directorys for filenames matching a certain pattern ( like

   THere is no, but...

> Perl's File::Find ) - or will I have to write something for scratch ?

   ...you can easily write your own using os.path.walk(), anf glob (or
fnmatch).
   Or search google - such code examples were posted many times in this
newsgroup.

Oleg.
---- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list