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.FileSystemObject")
if fso.FileExists("http://www.loquesea.com/subcarpeta/motor.txt") then
...
end if
Gracias por anticipado.
¿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.FileSystemObject")
if fso.FileExists("http://www.loquesea.com/subcarpeta/motor.txt") then
...
end if
Gracias por anticipado.
