Painting Blue Code
Simple, self-explanatory code snippets.
2015-07-28
PYTHON - List all first-level subdirectories
import os
os.chdir( '/YOUR/PATH/' )
for folder in sorted( os.listdir( os.getcwd() ) ):
if not os.path.isfile( folder ):
print folder
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment