show/hide this revision's text 2 added 50 characters in body

You can also use

import os.path
os.path.isfile(fname)

if you need to be sure it's a file.

show/hide this revision's text 1

You can also use os.path.isfile(fname) if you need to be sure it's a file.