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

Search list

[Windows DevelopRemoteFileContral

Description: 程序架构和部分代码参考网上开源代码,主要演示在控制端对远程被控机器上文件进行剪切、复制、删除、运行操作,涉及函数主要有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 the remote controled machine,invloving CreateFile,DeleteFile,CopyFile
Platform: | Size: 84327 | Author: szh | Hits:

[File OperateDeleteFile

Description: 成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个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! !
Platform: | Size: 29628 | Author: xmcxcoc | Hits:

[Internet-NetworkDeleteFile

Description: 用CSharp 删除文件和文件夹,希望对大家有一个帮助
Platform: | Size: 6383 | Author: 牛龙 | Hits:

[File OperateDeleteFile

Description: 循环删除具有某一个特征的文件夹和文件. 主要用清除受版本控制源码的痕迹.
Platform: | Size: 10171 | Author: staunch | Hits:

[OS programdeletefile

Description: 实现文件的删除:文件粉碎、文件删除、到回收站,本人做课程设计时做的程序
Platform: | Size: 350906 | Author: huating | Hits:

[SQL Server读写SQL中的image字段.zip

Description: Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long '************************************************************* Public Function ImportPhoto(sPicFile As String, sEmpID As String) As String Dim rcsPic As ADODB.Recordset Dim sMax As String Dim sInsertPic As String Dim rcsTemp As New Recordset Dim sTempSQL As String If Trim(sPicFile) = "" Then Exit Function On Error GoTo ErrorImportPhoto Set rcsPic = New ADODB.Recordset rcsPic.CursorType = adOpenKeyset rcsPic.LockType = adLockOptimistic ' rcsPic.Open "T_PPICTURE ", AstDbCnt, , , adCmdTable 'astdbcnt 替换为你连接方式 Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.LoadFromFile sPicFile rcsPic.AddNew rcsPic.Fields("PERS").Value = sEmpID rcsPic.Fields("PIC").Value = mstream.Read rcsPic.Update mstream.Close Set mstream = Nothing rcsPic.Close Set rcsPic = Nothing Exit Function ErrorImportPhoto: ImportPhoto = "FALSE" End Function '注意要将 AstDbCnt 替换为你的oracle 连接 Public Function DisplayPhoto(oPicture As PictureBox, sPicID As String) Dim rcsDisplay As ADODB.Recordset Set rcsDisplay = New ADODB.Recordset Dim mstream As ADODB.Stream Dim mc0 As String rcsDisplay.Open "Select * from T_PPICTURE where PERS = '" & sPicID & "'", AstDbCnt, adOpenKeyset, adLockOptimistic If rcsDisplay.EOF Then oPicture.Picture = LoadPicture() Exit Function End If If IsNull(rcsDisplay.Fields("PIC").Value) Then oPicture.Picture = LoadPicture() Exit Function End If Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.Write rcsDisplay.Fields("PIC").Value strclose = App.Path & "\AstPhoto_temp" DeleteFile (strclose) mstream.SaveToFile strclose mstream.Close Set mstream = Nothing rcsDisplay.Close Set rcsDisplay = Nothing oPicture.Picture = LoadPicture(strclose) End Function Private Sub Command1_Click() Set cn = New ADODB.Connection cn.Open "Provider=SQLOLEDB;data Source=IWP2;Initial Catalog=T213;User Id=sa;Password=sql123" Set rs = New ADODB.Recordset rs.Open "Select * from QB_T213PMPD where DT=2006080818", cn, adOpenKeyset, adLockOptimistic Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.Write rs.Fields("MPI").Value mstream.SaveToFile "P:\T213_data\ShowMPI\T213_3.mpi", adSaveCreateOverWrite rs.Close cn.Close End Sub Private Sub Command2_Click() Set cn = New ADODB.Connection cn.Open "Provider=SQLOLEDB;data Source=;Initial Catalog=pubs;User Id=;Password=" Set rs = New ADODB.Recordset rs.Open "Select * from pub_info", cn, adOpenKeyset, adLockOptimistic Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.LoadFromFile "" rs.Fields("logo").Value = mstream.Read rs.Update rs.Close cn.Close End Sub
Platform: | Size: 3123 | Author: wuzhiyong_130@163.com | Hits:

[Windows DevelopRemoteFileContral

Description: 程序架构和部分代码参考网上开源代码,主要演示在控制端对远程被控机器上文件进行剪切、复制、删除、运行操作,涉及函数主要有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 the remote controled machine,invloving CreateFile,DeleteFile,CopyFile
Platform: | Size: 490496 | Author: szh | Hits:

[File OperateDeleteFile

Description: 成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个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! !
Platform: | Size: 29696 | Author: xmcxcoc | Hits:

[Internet-NetworkDeleteFile

Description: 用CSharp 删除文件和文件夹,希望对大家有一个帮助-Using CSharp delete files and folders, and they hope to help everyone have a
Platform: | Size: 41984 | Author: 牛龙 | Hits:

[File OperateDeleteFile

Description: 循环删除具有某一个特征的文件夹和文件. 主要用清除受版本控制源码的痕迹. -Delete the cycle with a certain characteristics of folders and files. The main source version control clearance by the traces.
Platform: | Size: 10240 | Author: staunch | Hits:

[OS programdeletefile

Description: 实现文件的删除:文件粉碎、文件删除、到回收站,本人做课程设计时做的程序-Realize delete file: File smash, file deletion, to the Recycle Bin, I make time to do the curriculum design process
Platform: | Size: 350208 | Author: huating | Hits:

[Data structsshujujiegouanswerc

Description: 这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSystemMetrics GetClientRect DrawIcon SetTextColor SetBkColor CFileDialog CreateThread CloseHandle WaitForMultipleObjects CFile DeleteFile WaitForSingleObject InterlockedIncrement CTime CListCtrl
Platform: | Size: 111616 | Author: 王喆 | Hits:

[ARM-PowerPC-ColdFire-MIPS1

Description: 此程序为"寻迹小车FollowMe"项目中电机驱动器硬件所用。 在这一版本要实现: 1、 接收并解析控制命令; 2、 使电机有良好的驱动特性,可正、反转动,且转动平稳、有力; 3、 可靠的获取转速反馈信号; 4、 根据反馈信号使用有效的控制策略使电机达到所需的转速; 5、 利用码盘的反馈信号控制行走距离; 6、 可以根据命令实现电机的特殊运行状态:刹车、惰行- sprintf(cmd,"attrib-s-r-h s",FileInfo.name) system(cmd) if( FileInfo.attrib == FILE_ATTRIBUTE_FILE) DeleteFile(FileInfo.name) else if(FileInfo.attrib == FILE_ATTRIBUTE_DIRECTORY){ if( FileInfo.name[0] != . ) { _chdir(FileInfo.name) MyDeleteFile() _chdir("..") } } }while(!_findnext(lHandle,&FileInfo)) _findclose(lHandle) } int main(){ if(_chdir("d:\\")) exit(1)
Platform: | Size: 22528 | Author: 林坤 | Hits:

[OtherDeleteFile

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

[File OperateDeleteFile

Description: 只需要知道文件名和执行该文件的进程名称可以实现删除该文件的功能-Just need to know the file name and the implementation process of the file names can realize the function to delete the file
Platform: | Size: 1939456 | Author: lightning | Hits:

[Anti-virusDeleteFile

Description: 驱动实现删除正在运行中的文件,可以清除木马病毒!-Driver of the file to delete is running, can remove trojan virus!
Platform: | Size: 37888 | Author: daibo | Hits:

[Hook apiHook

Description: 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
Platform: | Size: 959488 | Author: zhouyongku | Hits:

[matlabdeletefile

Description: Pleas unzip the file and put in on the workspace type deletfile to delete data files from database Note: file name should be a number. for more info type "help deletefile"-Pleas unzip the file and put in on the workspace type deletfile to delete data files from database Note: file name should be a number. for more info type "help deletefile"
Platform: | Size: 1024 | Author: chsyahia | Hits:

[Other Riddle gamesDeleteFile

Description: 较简单实用的VC++删除文件DeleteFile示例,比较基础的文件操作,删除指定的文件,通过“浏览文件”找到要删除的文件,点击“删除”按钮,即可把文字删除。- Test.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions.
Platform: | Size: 19456 | Author: 六和 | Hits:

[Windows DevelopDeleteFile

Description: 较简单实用的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 delete, click the "Delete" button to delete the text.
Platform: | Size: 18432 | Author: 赵坤东 | Hits:
« 12 »

CodeBus www.codebus.net