-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
含经销商/会员/介绍人消费,管理,全能查询等功能
前台用户查询测试账户:dddd 密码:dddd
前台经销商测试账户:aaaaa 密码:aaaaa...
含经销商/会员/介绍人消费,管理,全能查询等功能
前台用户查询测试账户:dddd 密码:dddd
前台经销商测试账户:aaaaa 密码:aaaaa
后台管理用户:admin 密码:admin888 -with dealers/members/introducer consumption, management and utility functions for future inquiries users test accounts : dddd Password : dddd prospects dealers test accounts : aaaaa Password : aaaaa background of the management of user : admin password : admin888
- 2022-02-25 00:17:42下载
- 积分:1
-
制作网页特效的东东,对各位个人主页的站长一定有用的
制作网页特效的东东,对各位个人主页的站长一定有用的-production netnew saucepan, individual right to the head of Home certain useful
- 2022-09-11 22:00:02下载
- 积分:1
-
特征识别
charecter recognition
- 2023-03-07 07:35:04下载
- 积分:1
-
VB点歌系统,类似KTV程序
一个基于VB的点歌系统,类似KTV程序,适用于网吧点歌、KTV包厢点歌等,程序分为服务端和客户端,运行于Windows平台,程序用到了以下控件:WinXPC Engine.ocx、系统托盘控件、IniEnV.ocx、msdxm.ocx。
- 2022-03-04 03:41:01下载
- 积分:1
-
EasyD12 dynamic link library is the Microsoft Windows interface standards, popul...
EasyD12动态连接库是Microsoft Windows的接口标准,流行的软件开发工具VC、VB、VF、Delphi、C++ Builder、Power Builder 等均可使用。用户可以选用自己喜爱的工具轻松搞定USB开发。其中包含2个版本DLL,根据情况自己选择。-EasyD12 dynamic link library is the Microsoft Windows interface standards, popular software development tools VC, VB, VF, Delphi, C Builder, Power Builder, etc. may be used. Users can choose their favorite tools easy to get USB development. Which contains two versions of DLL, according to the situation of their choice.
- 2022-11-19 09:25:03下载
- 积分:1
-
混沌吸引子的MATLAB程序的实现,在这个基础上可以去掉前面的暂态点,调整视角,全方位地观察混沌吸引子的几何结构。...
混沌吸引子的MATLAB程序的实现,在这个基础上可以去掉前面的暂态点,调整视角,全方位地观察混沌吸引子的几何结构。-Chaotic attractor MATLAB program implementation, on this basis can be removed in front of the transient point, adjust the viewing angle in all directions to observe the geometry of chaotic attractors.
- 2023-04-08 22:35:03下载
- 积分:1
-
网上购物电子商城很不错啊 大家可以看看
网上购物电子商城很不错啊 大家可以看看 -electronic online shopping mall very responds : We can look at laughter
- 2022-01-22 13:12:14下载
- 积分:1
-
左侧大图片右侧缩略图的js网页幻灯代码
左侧大图片右侧缩略图的js网页幻灯代码,也就是大家所熟悉的焦点图特效,有人也称之为"图片切换",鼠标点击缩略图后,即可切换左边的大图片轮番,当无鼠标操作的时候,它可自动轮播依次显示图片,目前来说,这款风格和功能的幻灯片十分流行.
- 2022-03-12 06:07:37下载
- 积分:1
-
利用simulink简历模块图进行机器人的单关节动力学仿真,rar内含说明文档1份,simulink模块图2份(内容一样,其一适于6.5以下版本,另一适于7.0...
利用simulink简历模块图进行机器人的单关节动力学仿真,rar内含说明文档1份,simulink模块图2份(内容一样,其一适于6.5以下版本,另一适于7.0以上版本),简单易懂。-use Simulink curriculum vitae module chart single-joint robot dynamics simulation. rar file a note containing copies Simulink map module 2 (content, One suitable for the following version 6.5, 7.0 more suitable for another version), the simple and understandable.
- 2022-06-12 19:12:28下载
- 积分:1