
13 Nov
2004
13 Nov
'04
1:22 a.m.
"Thorsten Ottosen" <nesotto@cs.auc.dk> writes:
I have a few requests:
1. there should be a really easy way to iterate over a directory in a recursive fashion; possibly with the chioce of doing DFS or BFS. I know we have discussed this before, but I feel it is so commonly used that it should be supported.
Do python -c "import os; help(os.walk)" For a description of a proven interface for this. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com