如何通过vb6中的进程获取打开文件句柄列表
发布时间:2020-12-17 00:13:52 所属栏目:大数据 来源:网络整理
导读:如何通过vb6中的进程ID获取打开文件句柄列表? 我有兴趣挖掘并获取文件名. 寻找程序资源管理器所做的程序化等价物. 提前致谢 从 Sysinternals 开始使用 Handle.exe . Shell ("c:...handle.exe ... " app.path "tmp.txt",vbHide) '...Write something whic
如何通过vb6中的进程ID获取打开文件句柄列表?
我有兴趣挖掘并获取文件名. 寻找程序资源管理器所做的程序化等价物. 提前致谢
从
Sysinternals开始使用
Handle.exe.
Shell ("c:...handle.exe ... >> " & app.path & "tmp.txt",vbHide) '...Write something which will get contents from App.path & "tmp.txt" ... '...Wait some time,because killing the file at this moment 'will bring an error Kill App.Path & "tmp.txt" (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |