kunsu's archive
이곳은 그냥 나를 위한 개인적인 아카이브입니다 :)
Wednesday, March 6, 2019
python 파일 존재 확인하기
심플하게 아래와 같이 os.path를 import 하고 exists 함수를 이용하면 True or False로 결과를 리턴한다.
import os.path
os.path.exists(file_path)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment