日期:2014-05-17 浏览次数:21118 次
for i=1 to 463
dim fso,f
"sPath"&i="F:\E\fso\old\"&i&".txt"
Set fso = CreateObject("Scripting.FileSystemObject")
Set fi = fso.OpenTextFile("sPath"&i, 1, False)
f.Close
Set f = Nothing
set fso= nothing
response.Write "成功123"
next
dim fso,f
Set fso = CreateObject("Scripting.FileSystemObject")
for i=1 to 463
sPath="F:\E\fso\old\"&i&".txt"
Set f = fso.OpenTextFile(sPath, 1, False)
f.Close
Set f = Nothing
response.Write "成功" & i & "<br/>"
next
set fso= nothing