📅  最后修改于: 2022-03-11 14:46:08.692000             🧑  作者: Mango
代码示例3
import os
os.path.isdir("/home/el") # Returns True if exist
os.path.exists("/home/el/myfile.txt") # Return False if not exist