您好,登錄后才能下訂單哦!
我就廢話不多說了,直接上代碼吧!
#coding:utf-8 import os import stat import shutil
#filePath:文件夾路徑 def delete_file(filePath): if os.path.exists(filePath): for fileList in os.walk(filePath): for name in fileList[2]: os.chmod(os.path.join(fileList[0],name), stat.S_IWRITE) os.remove(os.path.join(fileList[0],name)) shutil.rmtree(filePath) return "delete ok" else: return "no filepath" print os.path.exists("E:\\biancheng\\python\\ascas") print delete_file("E:\\biancheng\\python\\ascas")
以上這篇Python徹底刪除文件夾及其子文件方式就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。