代码搜索:FileSystemObject

找到约 1,189 项符合「FileSystemObject」的源代码

代码结果 1,189
www.eeworm.com/read/458101/7312554

asp@source=demo_freespace showcode.asp@source=demo_freespace

<html><body><%Dim fs, d, nSet fs=Server.CreateObject("Scripting.Fi
www.eeworm.com/read/458101/7312582

asp@source=demo_datecreated showcode.asp@source=demo_datecreated

<html><body><%dim fs, fset fs=Server.CreateObject("Scripting.FileS
www.eeworm.com/read/458101/7312591

asp@source=demo_path showcode.asp@source=demo_path

<html><body><%dim fs,dset fs=Server.CreateObject("Scripting.FileSy
www.eeworm.com/read/458101/7312624

asp@source=demo_totalsize showcode.asp@source=demo_totalsize

<html><body><%Dim fs,d,nSet fs=Server.CreateObject("Scripting.File
www.eeworm.com/read/454806/7382806

asp show_log.asp

日志
www.eeworm.com/read/454529/7387817

asp 收信文件qq.asp

www.eeworm.com/read/454529/7387838

asp 收信文件qq.asp

www.eeworm.com/read/454135/7397571

api vb.api

ADODB.Connection ADODB.Recordset ALL_RAW APPL_MD_PATH APPL_PHYSICAL_PATH ASP_LICENSE ASP_OS ASP_VERSION ASP_VERSION_MAJOR ASP_VERSION_MINOR
www.eeworm.com/read/449973/7492319

txt fso.txt

文件系统对象组件 FSO模块来自微软提供的脚本运行库scrrun.dll中。 FSO对象包括 驱动器对象(Drive Object)用来存取本地盘或网络盘, 文件系统对象(FielSystemObject 简称FSO)是用来存取文件系统 文件夹对象(Folder Object)用于存取文件夹的各种属性 文本流对象(TextStream Object 简称TS)存取文件内容(Wr ...
www.eeworm.com/read/447023/7560190

txt 删除指定天数之前的文件.txt

今天有个网友说他公司里的监控录像软件自带的删除功能没用了,但是它要定时删除那些n天前的文件,因为不及时删除的话,硬盘空间会不够,所以我就用批处理结合vbs脚本帮他写了一个。 下面的代码复制下来之后,保存成.bat文件,也就是批处理文件,然后把这个批处理保存到要删除文件的那个目录下,然后双击运行就可以删除指定类型的文件了。 懂得命令的人可以根据我这个批处理,把它修改成自己需要的代码。 ...