'检测文件是否存在
Function IsExists(filespec)
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
If (fso.FileExists(server.MapPath(filespec))) Then
IsExists = True
Else
IsExists = False
End If
Set fso=nothing
End Function
检测文件是否存在
最新推荐文章于 2023-03-08 20:18:24 发布
3359

被折叠的 条评论
为什么被折叠?



