2013年8月19日 星期一

檢查檔案是否存在

import os

os.path.exists(filename)

參考
http://stackoverflow.com/questions/82831/how-do-i-check-if-a-file-exists-using-python

沒有留言: