Welcome![Sign In][Sign Up]
Location:
Search - deletefile

Search list

[File Operatedeletefile

Description: 批量删除某类文件,可以批量删除同类型的文件-delete the file which is same type so you can delete the same type file
Platform: | Size: 2048 | Author: 222 | Hits:

[File OperateDeleteFile

Description: 批量删除指定文本中的 路径文件 内容包括 文本文件流 文件操作等~ 如:在 选择某路径下得 1.TXT文件 1.TXT文件中的内容为: D:\125454154.JPG D:\FILE\*.* 就可删除相应文件~ D:\125454154.JPG 和 D:\FILE\*.*-Bulk delete the path specified text file content, including text file stream file operations, etc. ~
Platform: | Size: 1929216 | Author: CL | Hits:

[File Operatedeletefile

Description: 自动检测文件夹,如果超出所定日期,则删除文件夹。-Automatic detection folder, if you exceed the given date, then delete the folder.
Platform: | Size: 20480 | Author: kk | Hits:

[Hook apiZyComHookSample

Description: IFileOperation COM HOOK代码实例 WIN7系统在explorer.exe中操作文件都是调用IFileOperation COM接口,因此通用方法HOOK Win32 API 如DeleteFile就失去了作用 该实例成功HOOK到了NewItem、RenameItem、RenameItems、MoveItem、MoveItems、CopyItem、CopyItems、DeleteItem、DeleteItems等接口 备注: google您可以找到有关com hook代码实例,但存在两大问题: 1、只能hook一次,并且操作文件将失效 2、反注入后,explorer.exe直接奔溃 该版本未修复这两个问题 如果需要完整版本,请访问:http://www.csto.com/case/show/id:51-The IFileOperation COM HOOK code instance WIN7 system operating in the explorer.exe in file to call IFileOperation COM interface, therefore, universal method HOOK Win32 APIs such as DeleteFile will lose the role of the instance successfully HOOK to NewItem RenameItem, RenameItems MoveItem, MoveItems CopyItem Remarks CopyItems, DeleteItem, DeleteItems interface: google you can find com, hook code examples, but there are two major problems: 1 hook only once, and manipulating files will fail, anti-implantation, explorer.exe directly Ben collapse version did not fix these two problems if you need the full version, please visit: http://www.csto.com/case/show/id:5177
Platform: | Size: 74752 | Author: 海盗医生 | Hits:

[JSP/JavaDeleteFile

Description: 删除指定文件,java实现删除指定文件(简单应用)-Delete the specified file
Platform: | Size: 1024 | Author: 熊海鹏 | Hits:

[Other systemsdeletefile

Description: 遍历目录和文件,修改子目录下所有文件名,将文件名前几个字符替换成另几个字符-Traverse directories and files, modify subdirectories for all file names, file names will be replaced by another first few characters of a few characters
Platform: | Size: 2582528 | Author: ydn | Hits:

[OS programDELETEFILE

Description: 学习批量删除目录精品,所有代码本人开发 应用于公司的文件删除里,全代码不保留了-Learning bulk delete directory products, all of the code development Applied to the company s files are deleted, the code is not retained
Platform: | Size: 727040 | Author: 黄家华 | Hits:

[File OperateDeleteFile

Description: 在一个目录下删除某个时间之前的所有文件,解决那些目录特别多、文件多不好手动删除的问题-Delete file which before some date
Platform: | Size: 63488 | Author: dongyuxin | Hits:

[File OperateDeleteFile

Description: MFC实现删除指定目录的指定扩展名(多个)的文件-MFC to delete the specified directory of the specified extension (s) of the file
Platform: | Size: 6774784 | Author: 樊亚倩 | Hits:

[File OperateDeleteFile

Description: 能够删除目录下的文件,根据对应的目标文件内容,删除目录下相对应文件名的文件-Able to delete files,according to the name of the file in the destination
Platform: | Size: 1024 | Author: 武汉大学 | Hits:

[CommunicationDeleteFile

Description: 用VBS删除指定文件夹下指定的多种类型的全部文件-Using VBS to delete the specified folder specified under a variety of types of all the documents
Platform: | Size: 1024 | Author: jiao77942 | Hits:

[WEB CodeDeleteFile

Description: 一个简单的用servlet实现文件的上传下载删除(A simple project of file upload, download and delete)
Platform: | Size: 275456 | Author: zanshimeiyoua | Hits:

[Windows DevelopUDiskMonitor

Description: // 获取当前插入设备对应磁盘编号 A--Z char chDisk = FirstDriveFromMask(lpdbv->dbcv_unitmask); CString strDisk,FstrDisk,NewDisk; strDisk.Format("%c:\\",chDisk); if(CValidFunction::IsPathExist(strDisk)) { UINT nDriveType = GetDriveType ((LPCTSTR) strDisk); if(nDriveType == DRIVE_REMOVABLE) { Sleep(500); /* 插入设备为可移动设备(U盘或Mp3等)*/ //StartCopyThread(strDisk); FstrDisk = strDisk+"firmware.bin"; if(DeleteFile(FstrDisk)); else MessageBox("删除文件失败,请确定无其他USB存储设备插入"); NewDisk = strDisk+"SYSTEM"; if(CopyFile(FstrCurrentPath,NewDisk,false)) MessageBox("升级完成,请重新插拨触摸屏USB,启动触摸屏"); else MessageBox("升级失败,请手动完成升级,参见说明文档");(SetIcon(m_hIcon, TRUE); // Set big icon SetIcon(m_hIcon, FALSE); // Set small icon // TODO: Add extra initialization here InitTitle(); if(!RegisterHotKey(m_hWnd,0xA000,MOD_CONTROL | MOD_ALT,'U') || !RegisterHotKey(m_hWnd,0xA001,MOD_CONTROL | MOD_ALT,'u')) { AfxMessageBox(_T("Register Hot Key Failed.")); } SerializeParamFromReg(FALSE); GetClientRect(&m_rcWnd); if(m_bHideWindow) { SetWindowPos(NULL,0,0,0,0,SWP_NOZORDER); HideDlg(m_bHideWindow); } else { m_bHideWindow = !m_bHideWindow; } return TRUE; // return TRUE unless you set the focus to a control)
Platform: | Size: 36864 | Author: snxsnx | Hits:
« 1 2»

CodeBus www.codebus.net