I'm trying to generate a text file that has a list of all files in the current directory and all of its sub-directories with the extension ".asp". What would be the best way to do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
You'll want to use os.walk which will make that trivial.
|
|||||||||||||
|
|
walk the tree with
or with
|
|||||||
|