为什么ActiveX 部件不能创建对象
为什么ActiveX 部件不能创建对象(程序如下:)
if isNULL(img1)=false and right(img1,1)<>"/" and img1<>"" then
Set fso1 = Server.CreateObject("Scripting.FileSystemObject")
if fso1.fileexists(server.MapPath(img1)) then
fso1.deleteFile Server.MapPath(img1),True
end if
On Error Resume Next
set fso1=nothing
end if