后端开发
监控文件 标签描述

API函数 Windows提供了监控文件夹或文件变化的API,如下:FindFirstChangeNotificationFindCloseChangeNotificationFindNextChangeNotificationReadDirectoryChangesW 具体使用方式,查看msdn或网上找资料也可参看博文: 监控文件夹变化(新建、删除、重命名等)例子 include<windows.h> include<iostream> include<tchar.h> intmain(intargc,charargv) { HANDLEhWatc...

  WtpFkP2ympcR   2023年11月02日   51   0   0 #include监控文件iosAPI