登录
首页 » 文件处理 » 成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天...

成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天...

于 2022-03-03 发布 文件大小:28.94 kB
0 134
下载积分: 2 下载次数: 1

代码说明:

成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天-batch delete the file into the source code, you can use this to be clear, there is no delete. At first, in order to test the software, I mistakenly deleted a whole plate of documents D, let me depressed for a few days! !

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的(根据用户选择的操作) 2.在这里我们在切分之后,对分割后的名进行一个...
    文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个处理,原则是文件名(不含扩展名)+pti (i为本分文件的序号)+.sld。自己定义了一种扩展名,因为如果别人切分一个exe文件,你分割以 后全部是exe文件,别人一执行,很可能会出现异常的。 3.根据用户填写的分数,计算每一份的大小,除不尽的加进最后一份。每份文件的最后写入一些附加 信息,如文件的扩展名,分数-separate document for the realization of one. With CFileDialog class allows users to choose the need for separate or combined document (user selectable operation) 2. Here we segmentation document, right after the split for a file name, the principle is that the paper (not including extensions) PTI ( i document as part of the serial number). ARX. His definition of an extension, because if someone splitting an exe file, you split after all exe file, and people, it is likely to be abnormal. 3. Users fill in the scores for each of a size, with the exception of the one into the last one. Each of the final document included some additional information, such as the file name extension, scores, etc.
    2022-05-21 14:49:59下载
    积分:1
  • 本地硬盘与可移动盘的更新与同步.工具 VC 例程
    本地硬盘与可移动盘文件的更新与同步.工具 文件 VC 例程-Local hard disk and removable disk file updates and synchronization. Tool file routines VC
    2022-08-20 00:32:57下载
    积分:1
  • / / /只有WinXP及以上系统的支持shopenfolderandselectitems()API / / /…
    /// 只有WinXp及以上及系统才支持SHOpenFolderAndSelectItems() API /// 那其它系统该怎么实现这个功能呢?只能采用其它的方法来处理 /// 首先用XP跟踪到SHOpenFolderAndSelectItems()API中,看它是如何处理的,再用同样的方法去实现 /// 其它系统的这个功能使用工具 VC6 .net 2003 MSDN Ollydbg v1.10中文版-/// Only Winxp and above and system support SHOpenFolderAndSelectItems () API///that other systems how to realize this function? But to use other methods to deal with///First of all, to use XP tracking SHOpenFolderAndSelectItems () API, the look is how to deal with it, and re-use the same method to realize///other systems to use this feature tools VC6. Net 2003 Chinese version of MSDN Ollydbg v1.10
    2023-02-11 13:50:03下载
    积分:1
  • 发送与接收 windows sockt小程序
    文件发送与接收 windows sockt小程序 -File send and receive windows sockt applet
    2022-01-22 07:17:49下载
    积分:1
  • C#操作Excel
    C#操作Excel -C# Operation Excel C# Operation Excel
    2022-01-26 06:47:41下载
    积分:1
  • CI框架上传类改写,支持多附上传
    CI框架上传类改写, 原来的程序只支持一个附件上传,并不支持控件数组上传。 现已修改支持多附件上传。将该文件放到自己程序目录中的libraries文件夹下。 调用如下: // 附件上传处理 $folder = date("Ym"); $upload_dir = APPPATH . "/app/upload/".$folder; $config["upload_path"] = $upload_dir; $config["allowed_types"] = "gif|jpg|png|txt|doc|docx|xls|xlsx|ppt|pptx|pdf"; $config["max_size"] = "5120"; $config["max_width"] = "0"; $config["max_height"] = "0"; $config["max_filename"] = "0"; $config["overwrite"] = false; $config["encrypt_name"] = true; $config["remove_spaces"] = true; $this->load->library("upload", $config); $field_name = "att"; if (!$this->upload->do_upload($field_name, true)) { // 出错 $error = array("error" => $this->upload->display_errors()); } else { // 正
    2022-05-05 09:14:31下载
    积分:1
  • The importation of a certain period of a day, this is the one to judge the first...
    输入某年某月某日,判断这一天是这一年的第几天?-The importation of a certain period of a day, this is the one to judge the first few days this year?
    2022-01-21 02:34:23下载
    积分:1
  • generic characters, handled almost encountered in the use of all the characters...
    通用的字符处理,几乎处理了使用中遇到的所有的字符问题-generic characters, handled almost encountered in the use of all the characters in question
    2022-08-18 12:06:14下载
    积分:1
  • 复印纸的例子,复制进度条,必须提供一个大家参考。
    拷贝文件的例子,有拷贝进度条,提供大家一个参考。-Examples of copy paper, copy progress bar has to provide a reference everyone.
    2023-06-16 03:20:04下载
    积分:1
  • DBF操作类,可以有索引,C++代码,编译为一个DLL工程。其中的OrderDbf.h和OrderDbf.cpp为其他工程使用的一个例子。...
    DBF文件操作类,可以有索引,C++代码,编译为一个DLL工程。其中的OrderDbf.h和OrderDbf.cpp为其他工程使用的一个例子。-DBF file operation type, can be indexed and C code, compile to a DLL project. The OrderDbf.h OrderDbf.cpp and other projects for the use of an example.
    2022-03-21 10:15:09下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载