Re: Recursive wildcard file search

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?ISO-8859-1?Q?Gerhard_H=E4ring?=

    Re: Recursive wildcard file search

    Robert Dailey wrote:
    Hi,
    >
    Is there a way to perform a recursive file search using wildcards in
    python 3.0b1? [...]
    glob.glob() or glob.iglob().

    -- Gerhard

Working...