Guest User

Untitled

a guest
Feb 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from os import listdir
  2. from os.path import isfile, join
  3. onlyfiles = [f for f in listdir(mypath) if isfile(join(mypath, f))]
Add Comment
Please, Sign In to add comment