2008/7/4 Gerhard Häring <[EMAIL PROTECTED]>: > Robert Dailey wrote: >> Is there a way to perform a recursive file search using wildcards in >> python 3.0b1? [...] > > glob.glob() or glob.iglob().
glob's not recursive AFAIK. This recipe probably still works under Pythion 3K, though: <http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/499305> -- Cheers, Simon B. [EMAIL PROTECTED] http://www.brunningonline.net/simon/blog/ GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues | Twitter: brunns -- http://mail.python.org/mailman/listinfo/python-list