fso 删除 文件
发布网友
发布时间:2022-07-17 15:24
我来回答
共1个回答
热心网友
时间:2023-10-05 11:24
不知道。可能是现在不使用了,也可能是你看错了。
不过现在大家都使用这样的代码:
set fso = CreateObject("Scripting.FileSystemObject")
if fso.FileExists(path) then
response.write path&"<br>"
Set file1 = fso.GetFile(path)
file1.delete
set file1=nothing
end if
就是换了 Scripting.FileSystemObject 组件