250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- test
- 파이썬
- Websocket
- RESFUL
- spring MVC(모델2)방식
- 지마켓
- Python
- word2vec
- 게시판 만들기
- 토픽추출
- 크롤링
- jsp 파일 설정
- (깃)git bash
- pytorch
- r
- 자바
- java
- 과학백과사전
- 네이버뉴스
- tomoto
- db
- 방식으로 텍스트
- mysql
- Gmarket
- lda
- 幼稚园杀手(유치원킬러)
- 이력서
- 코사인 유사도
- Topics
- oracle
Archives
- Today
- Total
무회blog
os파일생성_및_사용법 본문
import os
os.getcwd()
os.chdir('D:/app_src/anaconda/05-고정진행/')
os.getcwd()
checkFolder = os.path.isdir('./news001/news02/')
checkFolder00 = os.path.isdir('./news002/yibufen/')
checkFolder01 = os.path.isdir('./news002/quanbu/')
creatFolder_in = './news001/news02/'
creatFolder_out00 = './news002/yibufen/'
creatFolder_out01 = './news002/quanbu/'
if checkFolder == True:
pass
else:
os.mkdir(creatFolder_in)
if checkFolder00 == True:
pass
else:
os.mkdir(creatFolder_out00)
if checkFolder01 == True:
pass
else:
os.mkdir(creatFolder_out01)
'Python' 카테고리의 다른 글
200623-yoyag_test_008-002, 요약테스트 (0) | 2020.06.24 |
---|---|
200624-파이썬_004.010_headless_결측치제거 (0) | 2020.06.24 |
200619-파이썬_004.005_multiprocessing ,options_headless (0) | 2020.06.19 |
python: 200616-파이썬, writeFile_NewsContent-004.002-Copy1 (0) | 2020.06.16 |
# 200615- 파이썬, 전체 분기처리 (부분 + 전체) (0) | 2020.06.15 |
Comments