반응형
Remove directory recursive
pip로 install 안해도 되는듯.
import shutil
shutil.rmtree('/path/to/dir/')
아래의 폴더가 있다고 했을 때, 다 지워집니다.
/path/to/dir/chapter01
/path/to/dir/chapter02
/path/to/dir/chapter02/001/
/path/to/dir/chapter02/002/
/path/to/dir/chapter02/003/
이게 가장 간단한듯.
728x90
반응형
'Python' 카테고리의 다른 글
[python] 실행 명령어에 파라메터 추가하기 (0) | 2020.02.17 |
---|---|
[python] check String if null or empty (0) | 2020.02.12 |
[python] mp3 파일에서 재생시간 가져오기 (0) | 2020.02.12 |
[python] package 한번에 install 하기 (0) | 2020.02.12 |
[python3] opencv 설치 pip (0) | 2020.02.07 |
댓글