Tagged Questions
0
votes
2answers
1k views
Browse files and subfolders in Python
I'd like to browse through the current folder and all its subfolders and get all the files with .htm|.html extensions. I have found out that it is possible to find out whether an object is a dir or ...