记录 | python判断文件是否存在

python 判断文件是否存在

import os

os.path.exists('xxx/xxx/filename')

你可能感兴趣的:(踩坑记录,python,os,判断文件是否存在)