想用golang 的 os.RemoveAll(path)删除某个文件夹下的所有文件, 结果提示:
The process cannot access the file because it is being used by another process.
但是我要删除的那个文件夹就这个程序在用,而且删除操作放在了main的最开始处
我要完成的工作是, 每次程序启动时,删除固定路径文件夹下的所有日志文件
可是调用这个 RemoveAll 怎么都报错, 大家知道这个怎么解决吗?谢谢
有疑问加站长微信联系(非本文作者)