file - How do I remove/delete a folder that is not empty with Python? - Stack Overflow
import shutil
shutil.rmtree('/folder_name')
欢迎分享,转载请注明来源:内存溢出
file - How do I remove/delete a folder that is not empty with Python? - Stack Overflow
import shutil
shutil.rmtree('/folder_name')
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)