Created
March 20, 2022 07:39
-
-
Save jeangjenq/2cab9f2a243108fe5d83f904a4b8e03f to your computer and use it in GitHub Desktop.
A list off all directory.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[val for sublist in [[os.path.join(i[0], j) for j in i[2]] for i in os.walk('./')] for val in sublist] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment