Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想监视文件的访问。我阅读了FileSystemWatcher,但 FSW 仅支持更改、删除等。无论如何我可以修改 FSW,以便我可以有像 OnOpened 这样的事件?有没有其他方法可以做到这一点?先感谢您。
我认为要获得您正在寻找的内容,您需要达到 winapi / 本机级别,这篇文章必须提供可能有帮助的参考资料。在此处输入链接描述