如何使用C++快速获取目录是否已更改 没有监控线程或进程?

发布于 2024-07-22 20:38:31 字数 80 浏览 0 评论 0原文

更改包括添加或删除目录中的文件,或其子目录的更改。 是否有任何 Windows API 可以进行这样的更改? 我没有线程或进程来监视文件系统。

The change includes adding or removing files in the directory, or changes of its sub-directories. Is there any windows APIs which can get thus changes? I don't have a thread or process to monitor the file system.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雪落纷纷 2024-07-29 20:38:32

我会尝试CDirectoryChangeWatcher,它包装了Windows ReadDirectoryChangesW功能,因此更容易使用。

I'd try CDirectoryChangeWatcher, it wraps the windows ReadDirectoryChangesW function up so it's easier to use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文