Searching for and sorting files by date and compiling stats in Windows

Pat Notz pknotz at sandia.gov
Fri Sep 27 08:25:37 EDT 2002


"James Kew" <james.kew at btinternet.com> wrote in message news:<an002g$9us6o$1 at ID-71831.news.dfncis.de>...
> 
> os.path.walk and match a regular expression against each file in names on
> each callback.
> 

There's also the fnmatch module (and glob) for shell like file name matching...



More information about the Python-list mailing list