Advertisement
here2share

# io_isfile.py

May 6th, 2015
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. # io_isfile.py
  2.  
  3. import os.path
  4. os.path.isfile(path+filename)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement