跳到内容
首页
学编程
学软件
学电脑
服务器
搜索:
搜索
file How do I remove/delete a folder that is not empty with Python? Stack Overflow
发布时间:2022-08-09
文章分类:
编程知识
投稿人:王小丽
字号:
默认
|
大
|
超大
打印
import
shutil
shutil
.
rmtree
(
'/folder_name'
)
标签
Delete
,
let
,
Python