본문 바로가기
Linux/Error

[python] rmdir, OSError: Directory not empty

by 띰쥬 2023. 5. 4.
728x90
반응형
SMALL

os. rmdir로 directory를 삭제할 때, "OSError: Directory not empty" 라는 에러가 발생한다면

 

import shutil

shutil.rmtree(폴더 경로)

 

728x90
반응형
LIST

댓글