os.listdir(pathname) looks like the right thing. A good resource to
find these kinds of things are the module index and the library
reference at http://python.org/doc/
--Mike
Ian Mallett wrote:
Hi,
I would like to list all the files in a directory. What should I do
to do that?