国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

python 查找指定名稱的目錄并刪除

2019-11-14 13:13:34
字體:
來源:轉載
供稿:網友
import os,sys,shutildef search(rootdir,search_dir_name): if os.path.isdir(rootdir): list_new = os.listdir(rootdir) for it in list_new: if it == search_dir_name: #os.rmdir(os.path.join(rootdir,it)) #不能刪除有文件的文件夾 shutil.rmtree(os.path.join(rootdir,it)) else: search(os.path.join(rootdir,it),search_dir_name) else: returnsearch("E://code//trunc//src//video//","Debug")search("E://code//trunc//src//video//","Release")
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 镇巴县| 新竹市| 连云港市| 大丰市| 竹溪县| 民勤县| 隆林| 宁明县| 辉县市| 调兵山市| 岳西县| 民县| 望城县| 海宁市| 右玉县| 饶阳县| 墨竹工卡县| 城口县| 霍山县| 镇远县| 旬阳县| 云龙县| 墨玉县| 洛川县| 武威市| 丹阳市| 博罗县| 荃湾区| 安吉县| 白城市| 台山市| 攀枝花市| 鹤壁市| 中西区| 嘉兴市| 大竹县| 新邵县| 永泰县| 特克斯县| 黄浦区| 万山特区|