如何查看哪些文件正在写入进程
有没有办法从 C# 获取进程正在写入的文件或文件名列表(如果可能的话写入/读取/追加),这意味着我正在谈论 Windows(NT、Vista、XP、7)。
Is there a way to get List of Files or FileName which a Process is writing (if possible writing/reading/appending) ,from C# ,which means im talking about Windows (NT,Vista,XP,7).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处:如何在 C# 中如何获取进程打开的文件句柄列表?
see here: How do I get the list of open file handles by process in C#?