【发布时间】:2013-06-29 04:23:53
【问题描述】:
谁能建议我用win32 api来观察文件系统的变化。我知道.Net类FileSystemWatcher,但我的老板让我专注于win32 API。
【问题讨论】:
-
你至少先搜索过任何地方吗?
winapi directory changes上的快速 Google 出现在 StackOverflow 上的 How to know when and which files are changed in windows filesystem with winapi。 -
@KenWhite 我从 C# 开始使用这个功能已有十多年了,并且花了一个多小时试图找到底层的 Win32 调用。我确实知道如何搜索,但 C# 术语正在开发中。
标签: winapi filesystems