本文介绍了获取进程的打开文件句柄的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在尝试列出由特定进程打开的所有文件(包括虚拟目录上的远程文件).
我注意到没有WMI服务可以做到这一点,但是据我了解,这是操作系统必须监视的事情.

有什么想法吗?

谢谢,
Amir

Hi,

I''m trying to list all files opened by a specific process (including remote files, on virtual directories).
I''ve noticed that there no WMI services to do that, but from my understanding this is something that has to be monitored by the os.

Any ideas?

Thanks,
Amir

推荐答案



这篇关于获取进程的打开文件句柄的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 14:47