파일 존재여부 python import os fpath = 'D:\\test.test' if os.path.isfile(fpath): print 'file exist' else : print 'file error' 카테고리 없음 2010.12.11