1
Get List of All Sub-Directories in Current Directory Using Python
1 Month ago, Wednesday, Apr 30, 2025, 08:47:30 by
admin
in
Design / Dev
To get a list of all subdirectories in a directory, recursively, you can use the os.walk function. It returns a three tuple with first entry being all the subdirectories.
rated 1 times (+1) (-0) - comments: 0 - hits: 22 - www.tutorialspoint.com
Comments
There are no comments for this article.
Only authorized users can leave comments. Please sign in first, or register a free account.