如何使用c#获取进程ID并处理它?
如果一个文件被其他进程使用并且您尝试使用它进行操作...它会给出错误:-
该进程无法访问该文件 'abc.txt' 因为它正在被使用 另一个进程。
在 C# 中,我如何知道“abc.txt”文件被进程名称“XYZ.exe”(或任何其他进程)使用?
If one file is used by other process and you are trying to manipulate with it...it gives an error:-
The process cannot access the file
'abc.txt' because it is being used by
another process.
In C#, How can i come to know that 'abc.txt' file is used by the process Name "XYZ.exe" (or any other process)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我进行了快速搜索,认为这些帖子会对您有所帮助:
类似问题
C# 答案#1
C# 答案#2< /a>
I did a quick search and think these posts can be helpful to you:
Similar Question
C# Answer#1
C# Answer #2