python 文件监控
我正在 Windows 上工作。我想监视系统文件。(访问、打开、写入、修改) 哪些模块最适合我需要做的事情? 可以使用python吗?
谢谢。
I'm working on Windows. and I want to monitor of system file.(access, open, write, modify)
What modules are best for what I need to do?
Is it possible to use python?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要跨平台解决方案,那么我建议您委托给 PyGObject或 PyQt4。您需要将程序编写为事件循环,但我怀疑如果您还没有这样做,您可能离这样做不远了。
If you want a cross-platform solution then I recommend you delegate to PyGObject or PyQt4. You'll need to write your program as an event loop, but I suspect that you may not be far from doing that if you haven't already.