Expanding Search to Subfolders

PipedreamerGrey pipedreamergrey at gmail.com
Tue Jun 6 08:18:05 EDT 2006


Thanks, that was a big help.  It worked fine once I  removed
> os.chdir("C:\\Python23\\programs\\Magazine\\SamplesE")

and changed "for file, st in DirectoryWalker("."):"
to 
"for file in DirectoryWalker("."):" (removing the "st")




More information about the Python-list mailing list