How do I check if a file exists or not, without using the try statement?
import os.path if os.path.isfile(filepath):