Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. net2work

    FileSystemObject

    Thanks, that worked, but there must be a way to use relative paths, but at least it works now.
  2. net2work

    FileSystemObject

    I have changed my code to read :<br>&lt;%<br>set fs = Server.CreateObject(&quot;Scripting.FileSystemObject&quot;)<br>if fs.FileExists(&quot;guests.htm&quot;) then<br>Response.Write(&quot;File found!&quot;)<br>else<br>Response.Write(&quot;File not found!&quot;)<br>end if<br>%&gt;<br><br>But is...
  3. net2work

    FileSystemObject

    I'm using this in my code<br><br>&lt;%<br>fs = Server.CreateObject(&quot;Scripting.FileSystemObject&quot;)<br>if fs.FileExists(&quot;guests.htm&quot;) then<br>Response.Write(&quot;File found!&quot;)<br>else<br>Response.Write(&quot;File not found!&quot;)<br>end if<br>%&gt;<br><br>and get this...

Part and Inventory Search

Back
Top