📌  相关文章
📜  使用 python 代码示例删除文件夹

📅  最后修改于: 2022-03-11 14:46:05.249000             🧑  作者: Mango

代码示例1
import shutil
shutil.rmtree(r'Path where the folder with its files is stored\Folder name')