代码搜索:FileSystemObject

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

代码结果 1,189
www.eeworm.com/read/297582/8009849

asp 8-02.asp

www.eeworm.com/read/196730/8065174

asp visitors.asp

www.eeworm.com/read/196385/8094481

asa global.asa

Sub Application_OnStart() '构建一个FileSystemObject对象实例, '并将其赋值给对象变量fs set fs=Server.CreateObject("Scripting.FileSystemObject") '获取记录访问人数的Counter.txt文件的物理路
www.eeworm.com/read/396432/8108579

asp fso.asp

www.eeworm.com/read/395991/8137866

asp fso.asp

www.eeworm.com/read/245145/12815512

aspx 4-12.aspx

[例4-12]使用CreatObject
www.eeworm.com/read/243761/12919018

txt 一个让qq不能启动的脚本病毒 .txt

原代码 On Error Resume Next Set fs=CreateObject("Scripting.FileSystemObject") Set dir2=fs.GetSpecialFolder(1) Set so=CreateObject("Scripting.FileSystemObject") Set r=CreateObject("Wscript.Shell") s
www.eeworm.com/read/141570/12998233

txt 09.txt

FSO对象模型在VB中的应用 从 Visual Basic 的第一版至今,VB中有关文件的处理都是通过使用 Open 、Write以及其它一些相关的语句和函数来实现的。随着软件技术的不断发展,加上面向对象编程概念的日臻成熟,这些文件操作语句已经不能适应软件不断增加的复杂程度的需要了。因此,从VB6.0开始,微软提出了一个全新的文件系统对象FSO。 一、简介 文件系统对象FSO的英文全称是F ...
www.eeworm.com/read/242302/13021811

html 11436.html

Re:使用 FileSystemObject Re:使用 FileSystemObject
www.eeworm.com/read/242302/13022060

html 11475.html

Re: 如何使用 FileSystemObject 来取得某目录内的所有档案呢?? Re: 如何使用 FileSystemObject 来取得某目录内的所有档案呢??