Re: Recursive wildcard file search

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Simon Brunning

    Re: Recursive wildcard file search

    2008/7/4 Gerhard Häring <gh@ghaering.de >:
    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.activestat e.com/ASPN/Cookbook/Python/Recipe/499305>

    --
    Cheers,
    Simon B.
    simon@brunningo nline.net

    GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues | Twitter: brunns
Working...