python判斷文件和文件夾是否存在

python判斷文件和文件夾是否存在 2009-07-02 10:49 import os os.path.isfile('test.txt') #若是不存在就返回False os.path.exists(directory) #若是目錄不存在就返回False  
相關文章
相關標籤/搜索