728x90
반응형
SMALL
os. rmdir로 directory를 삭제할 때, "OSError: Directory not empty" 라는 에러가 발생한다면
import shutil
shutil.rmtree(폴더 경로)
728x90
반응형
LIST
os. rmdir로 directory를 삭제할 때, "OSError: Directory not empty" 라는 에러가 발생한다면
import shutil
shutil.rmtree(폴더 경로)
댓글