import  shutil
import  os
shutil.rmtree("E:\dist")  #删除文件夹
os.remove("E:\自动化办公\重新改名.txt")

 

相关文章: