Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/06/2004, 09:23
wilby
 
Fecha de Ingreso: mayo-2004
Mensajes: 45
Antigüedad: 21 años
Puntos: 0
Hoña!!

He probado el siguiente código ASP y si que funciona, mira a ver que tal...

<%
Dim fso, ruta_archivo

ruta_archivo = Server.MapPath("archivo.txt")

Set fso = CreateObject("Scripting.FileSystemObject")

If (fso.FileExists(ruta_archivo)) Then
Response.Write "<b>" & ruta_archivo & "</b> existe."
Else
Response.Write "<b>" & ruta_archivo & "</b> no existe."
End If
%>

saludos = saludos + 1
__________________
Et lux in tenebris lucet...
s.f.wil