本文介绍了Windows 上有没有类似 inotify 的东西?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在 Linux 操作系统中,有 ionotify 子系统可以通知应用程序文件系统的更改.
With the Linux OS, there is the ionotify subsystem which notifies an application of changes to the filesystem.
但是,我主要是 Windows 用户,所以我想知道是否有类似的方法来监视文件系统更改?
However, I am mainly a Windows user, so I was wondering if there is a similar way to monitor filesystem changes?
推荐答案
请参阅 FindFirstChangeNotification API,或 .NET 对应的 文件系统观察者
See the FindFirstChangeNotification API, or the .NET counterpart FileSystemWatcher
这篇关于Windows 上有没有类似 inotify 的东西?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!