Posts by William • 46 points
2 posts
-
1
votes2
answers4640
views -
2
votes4
answers8851
viewsA: Full Python file path
I like to use the method os.walk('caminho'). The return is a list of tuples. Where each tuple represents a path with its respective directories and files in the form of lists. The method runs…