[EMAIL PROTECTED] wrote:
> I'm new at Python and I need a little advice.  Part of the script I'm
> trying to write needs to be aware of all the files of a certain
> extension in the script's path and all sub-directories.

What you want is os.walk().

http://www.python.org/doc/current/lib/os-file-dir.html

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to