Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/03/2005, 12:15
Avatar de sjam7
sjam7
 
Fecha de Ingreso: diciembre-2001
Ubicación: Guadalajara, Mexico
Mensajes: 3.672
Antigüedad: 23 años, 4 meses
Puntos: 16
Set fso = CreateObject("Scripting.FileSystemObject")
if (fso.FileExists(server.mappath("nombre_Archivo.txt "))) then
'...........SI EXISTE
else
'...........NO EXISTE
end if