import os os.path.exists('/tmp/1.txt') os.path.exists('/tmp')
import os os.path.isfile('/tmp/1.txt')
import os os.path.abspath('abc/abc.txt')