You can also use
import os.path
os.path.isfile(fname)
if you need to be sure it's a file.
|
2 | added 50 characters in body | ||
|
You can also use
if you need to be sure it's a file. |
||||
|
1 |
|
||
|
You can also use os.path.isfile(fname) if you need to be sure it's a file. |
||||