Guest User

Untitled

a guest
Oct 18th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. import os
  2. path="C:\\somedirectory"
  3. dirList=os.listdir(path)
  4. for fname in dirList:
  5.     print fname
Add Comment
Please, Sign In to add comment