Skip to content

Python无法删除目录

python 无法删除目录

有的时候发现 python 删除目录出问题,换成了 shutil.rmtree 就好了;也有一次是因为读取目录中的文件没有关闭,即没有执行 f.close(),导致被占用后续无法删除。

Comments