www.gusucode.com > 黑鹰自助链管理系统 1.1 商业版码程序 > adminhymm/del.asp

    <%
filepath=server.mappath("/heikeshuju.htm")
set fso=createobject("Scripting.FileSystemObject")
  if fso.FileExists(filepath) then
  fso.deletefile(filepath)
  else
  response.write("文件已被删除!")
  end if
set fso=nothing
end if
%>