
18/03/2005, 12:15
|
 | | | 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 |