How to list files, folders and all their files under the folders

Simon smh at dr.com
Mon May 21 18:29:44 EDT 2001


Jennifer Jeng wrote:

> Hi,
> Is there a way to list all files, folders and all the files under those
> folders using python.
> 
> Thanks.
> 
> 
> 

You need to see the docs for os.path.walk()
http://www.python.org/doc/current/lib/module-os.path.html



More information about the Python-list mailing list