代码搜索:FileSystemObject
找到约 1,189 项符合「FileSystemObject」的源代码
代码结果 1,189
www.eeworm.com/read/133056/14055834
htm filesystemobject组件的用法示例.htm
filesystemobject组件的用法示例|http://www.asps
www.eeworm.com/read/488571/6489799
txt 给你的filesystemobject对象加把锁.txt
给你的<mark>FileSystemObject</mark>对象加把锁
现在国内提供支持ASP的免费空间越来越多了,对于ASP爱好者来说无疑是个好的势头,但是很多提供免费ASP空间的站点都没有对<mark>FileSystemObject</mark>这个对象做出任何限制,这也就导致了安全问题。比如,今年愚人节“东莞视窗”所有的主页都遭到了黑客的攻击,其实做这件事情很简单,就是使用<mark>FileSystemObject</mark>对象,具体的程序 ...
www.eeworm.com/read/122653/14677668
txt 你的filesystemobject对象加把锁.txt
(转载)给你的FileSystemObject对象加把锁
--------------------------------------------------------------------------------
【magicman】 于 00-5-15 10:50:05 加贴在 Joy ASP ↑:
给你的FileSystemObject对象加把锁
(作者
www.eeworm.com/read/206967/15284769
bas log.bas
Attribute VB_Name = "LogModule"
'Option Explicit
'
'Public InnerLogLevel As Integer
'Public InnerLogKeepDays As Integer
'Public InnerLogPath As String
'
'Public GLFS As Scripting.FileSystemObje
www.eeworm.com/read/421862/10684257
bas fileprocess.bas
Attribute VB_Name = "FileProcess"
Option Explicit
'no dependence
'Reference: Microsoft Scripting Runtime
Public Function ReadTxtFile(strPath As String) As String
Dim objFile As New FileSyst
www.eeworm.com/read/245145/12815321
txt 4-12.txt
Server对象的CreateObejct使用方法:
Server.CreateObject("对象库.对象名")
例如:
Server.CreateObject("Scripting.FileSystemObject")
www.eeworm.com/read/123026/6063683
vbs movedb.vbs
Dim file1, file2, file3, f2
Set file1 = CreateObject("Scripting.FileSystemObject")
Set file2 = CreateObject("Scripting.FileSystemObject")
Set file3 = CreateObject("Scripting.FileSystemObject"