import os os.path.isdir("/home/el") # Returns True if exist os.path.exists("/home/el/myfile.txt") # Return False if not exist