搜索资源列表
RemoteFileContral
- 程序架构和部分代码参考网上开源代码,主要演示在控制端对远程被控机器上文件进行剪切、复制、删除、运行操作,涉及函数主要有CreateFile,DeleteFile,CopyFile-The program framework and part of the code reference the open code source from the Internet,mainly demonstrate how to cut,copy,delete,run at the control part to
DeleteFile
- 成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个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, l
DeleteFile
- 循环删除具有某一个特征的文件夹和文件. 主要用清除受版本控制源码的痕迹.
DeleteFile 批量删除指定文本中的 路径文件
- 批量删除指定文本中的 路径文件 内容包括 文本文件流 文件操作等~-Bulk delete the path specified text file content, including text file stream file operations, etc. ~
DeleteFile
- 用VBS删除指定文件夹下指定的多种类型的全部文件-Using VBS to delete the specified folder specified under a variety of types of all the documents
DeleteFile
- 只需要知道文件名和执行该文件的进程名称可以实现删除该文件的功能-Just need to know the file name and the implementation process of the file names can realize the function to delete the file
deletefile
- 批量删除某类文件,可以批量删除同类型的文件-delete the file which is same type so you can delete the same type file
Hook
- 1、自带detours库文件 说明文件pdf 2、底层HOOK API CreateFile 有范例程序(vs2008) 3、底层Hook API DeleteFile-1, detours library comes with documentation pdf 2, bottom HOOK API CreateFile a sample program (vs2008) 3, bottom Hook API DeleteFile
deletefile
- 自动检测文件夹,如果超出所定日期,则删除文件夹。-Automatic detection folder, if you exceed the given date, then delete the folder.
ZyComHookSample
- IFileOperation COM HOOK代码实例 WIN7系统在explorer.exe中操作文件都是调用IFileOperation COM接口,因此通用方法HOOK Win32 API 如DeleteFile就失去了作用 该实例成功HOOK到了NewItem、RenameItem、RenameItems、MoveItem、MoveItems、CopyItem、CopyItems、DeleteItem、DeleteItems等接口 备注: google您可以找到有关com
DeleteFile
- 较简单实用的VC++删除文件DeleteFile示例,比较基础的文件操作,删除指定的文件,通过“浏览文件”找到要删除的文件,点击“删除”按钮,即可把文字删除。-Simple and practical VC++ delete file DeleteFile example, the basis of comparison of files, delete the file specified by the "Browse Files" to locate the file you want to
DeleteFile
- 在一个目录下删除某个时间之前的所有文件,解决那些目录特别多、文件多不好手动删除的问题-Delete file which before some date
DeleteFile
- MFC实现删除指定目录的指定扩展名(多个)的文件-MFC to delete the specified directory of the specified extension (s) of the file
DeleteFile
- 能够删除目录下的文件,根据对应的目标文件内容,删除目录下相对应文件名的文件-Able to delete files,according to the name of the file in the destination
DeleteFile
- 用VBS删除指定文件夹下指定的多种类型的全部文件-Using VBS to delete the specified folder specified under a variety of types of all the documents
UDiskMonitor
- // 获取当前插入设备对应磁盘编号 A--Z char chDisk = FirstDriveFromMask(lpdbv->dbcv_unitmask); CString strDisk,FstrDisk,NewDisk; strDisk.Format("%c:\\",chDisk); if(CValidFunction::IsPathExist(strDisk)) { UINT nDriveType = G
