开发者

FileSystemWatcher: how to know which process made the change?

is it possible to get the name of the process that caused the change in the filesystem?

i want to do t开发者_如何学Pythonhis programmatically [ie, i can't use any external 3rd party tools like handle]

any ideas?


The OS doesn't provide such information. You would need a file system filter driver for fine-grain control over changes made on the file system.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜