我有一个 powershell 脚本,它对 pdf 文件、电子邮件作为附件执行一些操作,然后将文件移动到存档中。脚本正常工作了大约 2 年,但是最近我(以及客户)开始收到此错误:
The process cannot access the file 'file_name' because it is being used by another process.
从以下问题中,我确定了如何检查文件/文件夹是否被锁定, 如何检查文件是否被另一个进程使用 - Powershell
我的问题:
如何获得对被另一个进程锁定的某些文件或目录的写访问权限?
感谢您的答复。