recursing through files in a folder
Scott Carlson
scarlson at omnimn.com
Fri Oct 1 09:20:28 EDT 2004
More information about the Python-list mailing list
Fri Oct 1 09:20:28 EDT 2004
- Previous message (by thread): recursing through files in a folder
- Next message (by thread): recursing through files in a folder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
New to Python. Very new. I need to pass a parameter to the program I create that points to a folder. (How are params passed in?) Then, I need to be able to scroll through each file in the folder, looking for files with a particular naming convention. What is the best way to be able to look at each file in a folder and decide if I wish to use that one, and then go to the next file? Thanks, Scott
- Previous message (by thread): recursing through files in a folder
- Next message (by thread): recursing through files in a folder
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list