Hi, Is there a way to perform a recursive file search using wildcards in python 3.0b1?
For example, if I have: C:\foo\abc*xyz.* I want all files in C:\foo and all subfolders (recursively) of C:\foo that match the wildcard abc*xyz.* to be matched. In the end, I want a list of files that matched the search, as well as the directory they're located in. Help is appreciated. Thanks in advance.
-- http://mail.python.org/mailman/listinfo/python-list