Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/03/2004, 11:58
Brewster
 
Fecha de Ingreso: marzo-2004
Mensajes: 174
Antigüedad: 21 años, 1 mes
Puntos: 1
FileExists en Internet

Hola.-

¿Existe alguna manera para desde mi ordenador local saber si existe un fichero en una dirección de Internet para poder leerlo?

Algo así como.-

Dim fso, texto
set fso=server.createObject("scripting.FileSystemObjec t")

if fso.FileExists("http://www.loquesea.com/subcarpeta/motor.txt") then
...
end if

Gracias por anticipado.