Next »
File
(284/308)
« Previous
How to find out if a string designates a file
Find out if it is a file
import
os
print
os.path.isfile(
"/test.doc"
)
Next »
« Previous
Home
»
Python
»
Advanced Features
»
Exception Handling
File
Module