Skip to content

Instantly share code, notes, and snippets.

@jeangjenq
Created March 20, 2022 07:39
Show Gist options
  • Save jeangjenq/2cab9f2a243108fe5d83f904a4b8e03f to your computer and use it in GitHub Desktop.
Save jeangjenq/2cab9f2a243108fe5d83f904a4b8e03f to your computer and use it in GitHub Desktop.
A list off all directory.
[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