登录
首页 » 文件处理 » 通过获取文件属性,自动删除不想要的文件,这在各种资料接收系统中非常有用,可以避免文件太多使硬盘空间不够...

通过获取文件属性,自动删除不想要的文件,这在各种资料接收系统中非常有用,可以避免文件太多使硬盘空间不够...

于 2023-06-16 发布 文件大小:44.49 kB
0 124
下载积分: 2 下载次数: 1

代码说明:

通过获取文件属性,自动删除不想要的文件,这在各种资料接收系统中非常有用,可以避免文件太多使硬盘空间不够-through access to file attributes, automatic deletion of unwanted documents, which the various information systems to receive a very useful document avoided so much hard disk space enough

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 趋势曲线图 You Might Want To Copy The Files Into The System Directory Before Regi...
    趋势曲线图 You Might Want To Copy The Files Into The System Directory Before Registering Them With FSOCX.EXE Programs available from the homepage are FS TextFile........ VB OCX Easy Access To Text Files FS AnimIcon........ VB OCX Animated Icon s For The Taskbar FS FunkyFont....... VB OCX Multicolored fonts in a textbox FS OnlineUpdate.... VB OCX to perform Online Version Checks FS Utils........... VB OCX alot of little functions FS Password........ VB OCX Password protect your Apps FS CommonDialog.... VB OCX missing part of commondialog FS TweakDUN........ Easy access to tweakDUN from taskbar FS Scroll.......... VB OCX Scroll forms or controls FS DateCheck....... VB OCX setup App s to stop after a date FS OCXReg.......... A small program to register/unregister OCX s FS MsgBox.......... VB OCX programmable MsgBox replacment FS Digital......... VB OCX 3 color digital display FS File............ VB OCX find files-file type on any drive-trend curves You M
    2022-11-13 00:05:04下载
    积分:1
  • hex 数据读取例子
    hex 数据读取例子-hex data read examples
    2022-03-20 18:42:55下载
    积分:1
  • a coding method run
    地理信息系统的一种编码方法游程编码,简单实用-a coding method run-length coding, simple and practical
    2022-05-15 22:32:10下载
    积分:1
  • 很好搜索工具,支持多线程搜索,还能搜索隐藏和系统属性的...
    很好文件搜索工具,支持多线程搜索,还能搜索隐藏和系统属性的文件-good document search tools, supports multi-threaded search, but also search hidden and system attributes of document
    2022-02-11 22:46:55下载
    积分:1
  • Word operation, write the content automatically. Doc document templates can be u...
    Word操作,自动将内容写入.doc模版文件中,可以用来实现办公自动化,和无纸打印-Word operation, write the content automatically. Doc document templates can be used to realize office automation, and non-paper printing
    2022-03-23 05:01:01下载
    积分:1
  • 可以对的最后时间进行批量修改,并且可以批量修改名称。很实用...
    可以对文件的最后时间进行批量修改,并且可以批量修改名称。很实用-document can be time for the final volume changes and volume changes can name. Practical
    2022-06-16 03:41:49下载
    积分:1
  • DOS下修改属性,Windows下同样可以使用。
    DOS下修改文件属性,Windows下同样可以使用。-DOS modify file attributes, Windows can use the same.
    2022-01-22 02:05:38下载
    积分:1
  • 零电流转换器
    此文件包括 ZCS matlab 仿真模型。使用软开关拓扑结构模拟模型。它基于谐振变换器
    2022-03-04 13:40:58下载
    积分:1
  • 确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。 如果通过单击链接而到达了该网页,请与网站管员联系,通知他们该链接的格式不正确。 单击后退...
    确保浏览器的地址栏中显示的网站地址的拼写和格式正确无误。 如果通过单击链接而到达了该网页,请与网站管理员联系,通知他们该链接的格式不正确。 单击后退按钮尝试另一个链接。 HTTP 错误 404 - 文件或目录未找到。 Internet 信息服务 (IIS) -------------------------------------------------------------------------------- 技术信息(为技术支持人员提供) 转到 Microsoft 产品支持服务并搜索包括“HTTP”和“404”的标题。 打开“IIS 帮助”(可在 IIS 管理器 (inetmgr) 中访问),然后搜索标题为“网站设置”、“常规管理任务”和“关于自定义错误消息”的主题。 -ensure that the browser address bar of the website address and spelling correct format. If by clicking the link and arrived at the website, please contact Webmasters, informing them of the link format is not correct. Click the Back button to try another link. HTTP error 404-file or directory not found. Internet Information Services (IIS)-------------------------------------------------------------------------------- technical information (for technical support staff) to Microsoft Product Support Services and Search "HTTP" and "404" title. Open the "IIS help" (available on the IIS Manager (i
    2022-01-25 14:56:48下载
    积分:1
  • The software supports multi
    本软件源码支持多文档操作。(Lab Windows)删除文件是电脑应用中最常使用到的操作之一了,一般说来,我们删除文件的目的就是把文件弃之不要或为了腾出更多的磁盘空间,但是系统为了防止我们删除后又后悔,设计可谓用心良苦,这一点最充分体现在回收站的出现。  当我们将文件删除后,文件其实只是被转移到了磁盘中一个叫“Recycled”的文件夹中,以防备万一你需要“回收”。这种设计的好处是不言而喻的,但也有一些问题,如果你 删除的文件内容含有重大的商业秘密或个人隐私,而你又没有及时清空回收站的话,别人很容易从你的回收站中“捡”出这些有价值的文件;另一方面,这种删除方法其实并没有给你的磁盘腾出空间,改变了我们删除文件的初衷。那么要如何才能真正地删除文件呢?-The software supports multi-source operating documents. (Lab Windows) delete the file is a computer application to the most commonly used one of the operators, in general, we have deleted the purpose of the paper is to document or not to abandon it in order to free more disk space, but the system in order to prevent our regret later deleted, the design is well intentioned, this the most fully reflected in the emergence of Recycling. When we delete the document, in fact, is being transferred to a disk called "Recycled" folder, to prevent the event that you need to "recovery." The benefits of this design is self-evident, but there are some proble
    2022-08-16 13:40:33下载
    积分:1
  • 696518资源总数
  • 105918会员总数
  • 20今日下载