如何获取由另一个进程锁定的文件/目录的写访问权限 - Powershell

时间:2013-08-11 10:51:05

标签: powershell powershell-v2.0

我有一个powershell脚本,它对pdf文件执行某些操作,将电子邮件作为附件执行,然后将文件移动到存档。 脚本正常工作了大约2年,但最近我(以及客户端)开始收到此错误:

The process cannot access the file 'file_name' because it is being used by another process.

从以下问题我已经确定了如何检查文件/文件夹是否被锁定, How to check if file is being used by another process - Powershell

我的问题:
如何获得对另一个进程锁定的某个文件或目录的写访问权?

感谢您的回复。

0 个答案:

没有答案