python判断文件是否已存在

1,用python判断文件是否已存在

if os.path.exists("C:/Users/DELL/Desktop/20000/check_queryTrades_result.csv") == True:
    print("文件已存在")

 

posted @ 2023-04-25 13:22  liuweipaul123  阅读(63)  评论(0编辑  收藏  举报