반응형
import os os.path.exists(path) os.path.isdir(path) os.path.isfile(path) |
반응형
'Language > Python' 카테고리의 다른 글
[Python] 문자열에 문자열 리스트의 요소가 포함되어 있는지 찾기 (1) | 2019.03.20 |
---|---|
[python] isinstance (0) | 2019.03.12 |
RSS feed parsing 하기 (0) | 2018.11.15 |
if __name__ == "__main__" (0) | 2017.12.18 |
BeautifulSoup 이용해서 html parsing하기 (0) | 2017.12.16 |