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 但在 C 中?
注意:我(必须)使用 gcc。
请参阅FindFirstChangeNotification或ReadDirectoryChangesW。