I have changed my code to read :<br><%<br>set fs = Server.CreateObject("Scripting.FileSystemObject")<br>if fs.FileExists("guests.htm") then<br>Response.Write("File found!")<br>else<br>Response.Write("File not found!")<br>end if<br>%><br><br>But is...
I'm using this in my code<br><br><%<br>fs = Server.CreateObject("Scripting.FileSystemObject")<br>if fs.FileExists("guests.htm") then<br>Response.Write("File found!")<br>else<br>Response.Write("File not found!")<br>end if<br>%><br><br>and get this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.