搜索资源列表
VC文件彻底删除
- VC 实现的彻底删除文件的程序,删除后的文件无法还原。
06
- C#程序开发范例宝典 6文件系统 6.1创建和删除文件 6.2查找文件 6.3修改文件 6.4文件目录 6.5复制文件 6.6指定类型的文件操作 6.7其他-C# Programming Example 6 Baodian 6.1 File System 6.2 to create and delete files to modify the file search file 6.3 file 6.4 file 6.6 Copy 6.5 directory spe
sdelsrc
- 删除文件同时完全清除文件内容的程序for NT- At the same time the deletion document completely eliminates the document content procedure for NT
erasefile
- 这个小工具可以比较安全的删除文件和目录。它删除文件的流程是: 1. 使用伪随机数填充整个文件 2. 将文件长度截为零 3. 将文件命名为随机字符串 4. 删除文件 需要指出的是,这样的删除在软件级别已经是不可能恢复了。但是特别重要的数据(军事级别?)是不允许这么简单的操作的,据某个标准称为了在特殊的硬件设备下都无法恢复硬盘数据,至少应该把文件区域写7遍,更安全的办法是把磁盘物理销毁(例如粉碎)。 -This gadget can be relatively sa
baoliBreak
- 通过驱动编程,写强力文件删除. 在Ring0级下删除文件内容.-Through-driven programming, writing powerful file delete. Ring0 level in the next delete the contents of the documents.
fileSys
- 模拟一个文件系统,可以打开文件,添加文件,删除文件,查看目录-Simulation of a file system, you can open the file, add files, delete files, view the directory
200467869584
- 简单文件管理系统 可以上传 下载 删除文件 还不是很完美 大家一起努力-Document Management
copydir
- 复制、移动、删除文件夹,使用宽字符版本文件和目录操作函数,支持超长文件路径(>260)-Copy, move, delete folders, using the wide-character version of the file and directory manipulation API, support for super long file path (long than 260 characters)
VC_programming_code_delete_file_Classics
- VC编程实现如何删除文件经典代码VC programming code to delete a file Classics-VC programming code to delete a file Classics
DeleteFolder
- 删除文件夹,用程序删除文件夹,在vc范例宝典的例子-Delete a folder, delete the folder with the program, an example of the vc sample Collection
WriteXmlFile
- 里面有几个函数 一个是生成xml文档,一个是压缩文件夹,一个是删除文件夹(包含文件及子文件) 可以自行创建一个dll就可以了.上面是全部内容的源代码-There are several functions is to generate an xml document, a folder is compressed, one is to delete the folder (including files and subfolders) can itself create a dll on
强力删除文件(驱动级)
- 本模块采用了驱动级技术删除文件,文件正在运行也照样删除。
无驱动强制删除文件例程
- 无驱动强制删除文件例程,强制删除正在被其它程序占用的文件(Drive free delete file routine)
文件操作(合并,分离等)
- 本程序主要实现了批量复制、剪切文件及文件夹、批量重命名文件、批量删除文件及文件夹、搜索文件及文件夹、批量压缩及解压文件、分割及合并文件。(The main procedures of the bulk copy, cut files and folders, batch rename files, delete files and folders, search for files and folders, batch file compression and decompression, sp
22.文件系统相关技术
- 文件相关处理技术: 文件创建 文件删除 文件复制 文件删除 等(File related technology)
实例82_Foleder操作_建立删除文件
- 实例82_Foleder操作_建立删除文件(82_Foleder operation instance _ establish delete files)
驱动级暴力删除
- 易语言驱动级暴力删除文件模块源码例程程序结合易语言特殊功能支持库,调用API函数实现驱动底层强行删除文件。(Easy language driver level, delete files module source code routines, combined with easy language special function support library, call API function to drive the bottom layer to delete files.)
CentOS下误删除文件(rm -rf)的恢复
- linux操作系统下操作失误删除了文件,恢复方法,谨慎操作,数据无价(Linux operation system operation error deleted files, recovery methods, prudent operation, data is priceless.)
强删文件(源码 程序)
- 可以强制删除运行中的文件 类似360文件粉碎(You can force the deleted files in operation to be smashed like 360 files.)
R0强制删除文件,结合VB实现
- R0强制删除文件,结合VB实现,有兴趣的可以下载下来感受下,驱动是没有源码的。VB有源码。