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