删除本地过期图pain

来源:互联网 发布:普通话模拟测试软件 编辑:程序博客网 时间:2024/06/06 00:00
CString path;CFileFind finder;bool a = finder.FindFile(_T("D:\\视频监控\\videoMonitor 1.1.2(OFFLINE)\\Release\\picture\\*.jpg"));while (a){a = finder.FindNextFileW();path=finder.GetFilePath();DeleteFile(path);}
0 0
原创粉丝点击