打印本文 打印本文 关闭窗口 关闭窗口
自动安装SQL Server数据库
作者:武汉SEO闵涛  文章来源:敏韬网  点击数25056  更新时间:2007/11/14 13:00:23  文章录入:mintao  责任编辑:mintao

        Dim strConfigLoc As String

        strConfigLoc = Asm.Location

 

        Dim strTemp As String

        strTemp = strConfigLoc

        strTemp = strTemp.Remove(strTemp.LastIndexOf(\), Len(strTemp) strTemp.LastIndexOf(\))

删除数据库文件和临时文件

        DeleteDIR(strTemp + \TempDB)

        DeleteDIR(c:\TempDB)

End Sub

 

Private Function DeleteDIR(ByVal path As String) As Boolean

删除指定的文件夹

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ...  下一页 >> 

打印本文 打印本文 关闭窗口 关闭窗口