文件名称:fileqingli
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-04-28
- 文件大小:
- 167kb
- 下载次数:
- 0次
- 提 供 者:
- wpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
自编自写的VB文档清理工具,重点读取文档的打印日期和最后编辑日期,网上代码基本都是要调用word或excel打开文档,才能读取摘要信息,感觉严重不妥,所以依托dsofile.dll重写了一个。DirectCOM.dll是自己用PowserBasic写的免注册调用Com的,原理就是Hook,自己实现CoCreateInstanceEx。
整个文件夹(包括文件夹本身) "E:\t\"
文件夹内所有文件 "E:\t\*"
多个文件 "E:\t\a.txt" & Chr(0) & "E:\t\b.txt"
想直接彻底删除文件可用 Kill 语句
想重命名文件可用 Name As 语句-Directed and written by VB documentation cleanup tool, focusing on the date of the document to read print and last edited date, basically to invoke the online code word or excel document is opened, in order to read the summary information, feel seriously wrong, so relying dsofile. dll rewrite one. DirectCOM.dll with PowserBasic write their own free registration call Com, the principle is the Hook, to achieve their own CoCreateInstanceEx. The entire folder (including the folder itself) " E: \ t \" folder all files " E: \ t \*" multiple file " E: \ t \ a.txt" & Chr (0) & " E : \ t \ b.txt " want to completely delete files directly available Kill statement want to rename files available Name As statement
整个文件夹(包括文件夹本身) "E:\t\"
文件夹内所有文件 "E:\t\*"
多个文件 "E:\t\a.txt" & Chr(0) & "E:\t\b.txt"
想直接彻底删除文件可用 Kill 语句
想重命名文件可用 Name As 语句-Directed and written by VB documentation cleanup tool, focusing on the date of the document to read print and last edited date, basically to invoke the online code word or excel document is opened, in order to read the summary information, feel seriously wrong, so relying dsofile. dll rewrite one. DirectCOM.dll with PowserBasic write their own free registration call Com, the principle is the Hook, to achieve their own CoCreateInstanceEx. The entire folder (including the folder itself) " E: \ t \" folder all files " E: \ t \*" multiple file " E: \ t \ a.txt" & Chr (0) & " E : \ t \ b.txt " want to completely delete files directly available Kill statement want to rename files available Name As statement
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文档清理工具\cSubClassing5.cls
............\DirectCOM.dll
............\dsofile.dll
............\dsofile.pdb
............\FileProp.frm
............\frmMain.frm
............\PropDemo.vbp
............\PropDemo.vbw
............\reg.bat
............\xListView.ctl
............\文档清理工具.pdb
文档清理工具