Recursive wildcard file search

Gerhard Häring gh at ghaering.de
Fri Jul 4 04:41:01 EDT 2008


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




More information about the Python-list mailing list