python清空文件夹用什么函数 python 清空文件夹下的文件

主机教程 建站分享 2年前 (2022-12-03) 152次浏览

文章摘要:python清空文件夹用什么函数 python 清空文件夹下的文件

python中使用shutil模块的rmtree函数清空文件夹,具体方法如下: shutil.rmtree:s […]

python中使用shutil模块的rmtree函数清空文件夹,具体方法如下:

shutil.rmtree:shutil.rmtree()函数的作用是递归删除一个文件夹中的所有内容。

shutil.rmtree()函数语法:

shutil.rmtree( src )

shutil.rmtree()函数使用方法:

import shutil #导入shutil模块

shutil.rmtree(r'user ester') #文件目录


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:python清空文件夹用什么函数 python 清空文件夹下的文件
文章链接:http://www.7966.org/post/15660.html
转载请注明出处

喜欢 (0)