login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
0
votes
How to list only top level directories in Python?
Filter the list using os.path.isdir to detect directories. >>> filter (os.path.isdir, os.listdir(os.getcwd()))` …
answered
Sep 26 '08 at 19:10
Colin Jensen
616
●
2
●
6
posts containing
user:9884
within these tags
filesystems
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled