On Wed, 26 Dec 2001, Kirk Bailey wrote: > I want to read a dir. I spedify a path and a name pattern, such as > '*.info', and read all examples of that pattern into a list. Ah! Take a look at the glob module: http://www.python.org/doc/lib/module-glob.html Hope this helps!