搜索资源列表
用VB创建临时文件
- VB操作临时文件的方法,比较有用,对文件的删除等操作有比较详细介绍-VB operating the temporary document, a useful comparison, the paper's operation delete a more detailed briefing
清理vc工程垃圾文件
- 这个是vc开发中清除临时文件的一个批处理工具,很方便-vc development is the removal of a temporary batch tools, convenient
Delphi临时文件清除快车
- Delphi临时文件清除快车.rar-Delphi temporary removal Express. Rar
清理vc工程垃圾文件
- 这个是vc开发中清除临时文件的一个批处理工具,很方便-vc development is the removal of a temporary batch tools, convenient
Delphi临时文件清除快车
- Delphi临时文件清除快车.rar-Delphi temporary removal Express. Rar
creattemp()
- 如何创建临时文件-how to create temporary files
用VB创建临时文件
- VB操作临时文件的方法,比较有用,对文件的删除等操作有比较详细介绍-VB operating the temporary document, a useful comparison, the paper's operation delete a more detailed briefing
DelTmp
- 删除临时文件的小工具,能够自动删除临时目录里面的所有文件。能自动跳过不能打开,或者无法删除的文件。-delete temporary files of a small tool that can automatically delete temporary directory of all documents. Skip can automatically open, or not to delete files.
autofindanddelete3
- VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人,奇强! 很明显,这个程序的核心代码肯定是一个有通配符的功能的递归查找文件的函数。我的想法是先查找给定目录下的所有符合条件的文件,再递归查找下级文
DelVcTmpFiles
- 删除vc生成的临时文件,包括debug,release中的obj等临时文件,最大线路压缩你的硬盘空间,支持递归路径,多级目录自动清除临时文件等功能-vc generated delete temporary files, including debug, release of obj temporary document, the largest line compression your disk space, support rec
UPU
- 功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 1. UPU需要php4.3.0及其以上版本,并打开socket扩展 2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在 upu.class.php中指定。 3.
10323465TempFile
- 在那儿创建临时文件呢? 需要的下载哈,已经通过编译,可用-where create temporary files? Need to download Kazakhstan, has passed compiler, available
search_for_delete
- 这是一个用VC++编写的小程序,用来自动查找并删除VC生成的临时文件!-This is a VC procedures for the preparation of small, used to automatically find and remove VC formation of temporary files!
downloadwwwfile
- 一个下载文件的小工具,解决临时文件夹缓存问题,运行非常稳定,可以做数据抓取工具,很不错哦-download a small tool to address temporary folder cache, running very stable, Data can be done crawls tools, oh very good
VB-Filesystem
- 文件系统全家福(编程语言VB)AddadStringDir 快速全盘查找文件Dir和Api扫描驱动器Exe 伪装天使FreeActiveXShell 获取特殊文件 安全的删除自己 比较两个文件是否相同 查找目录 全部文件大小 查找文件 从全路径名中获得文件扩展名 从全路径名中提取文件名 二进制复制文件 获取当前目录下所有文件和文件夹 记载Windows使用的时间 检测文件是否存在 建立多级目录 将文件夹目录保存到INI文件当中 批量移动
MemSwfDemo
- 无临时文件从内存中播放swf文件,源代码在另一文件中.-No temporary files from memory to play swf files, source code in another file.
TEMP
- 获得Windows的临时文件的路径,应用程序将在那里创建临时的工作文件-Access to the Windows temporary files path, the application will be created where the work of the interim document
creatlog
- 用LabVIEW的方法创建文件夹,创建临时文件夹,创建存活时间一定的文件夹-Method of using LabVIEW to create a file folder, create a temporary folder, create a folder on the survival time of a certain
Visual_C_Book_Prg
- 多线程文件传输的实例,实现多个线程传输同一个文件,在服务器端多个线程以共享方式打开一个需要传输的文件,然后各个线程分别读取各自的一部分数据并分别发送给客户端,客户端同样各个线程分别接收服务端对应的线程发送的文件数据,最后将接收的临时文件合并为最终完整的文件。-Examples of multi-threaded file transfer, transfer of multiple threads with a file on the
清除VC生成的临时文件、查看进程、工程转换
- 清除VC生成的临时文件、查看当前活动进程、VC工程转换。