% On Error Resume next %> <% if (Request.ServerVariables("QUERY_STRING") = "") then %>
read
file opened
write
file not opened
") if (c.openfileread("d:\scripts\testfile.a")) then response.write("file opened") else response.write("file not opened") end if response.write("
") if (c.openfilewrite("d:\scripts\testfile.a")) then response.write("file opened") else response.write("file not opened") end if %>