Tema: FileExists
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/06/2012, 14:05
prod6
 
Fecha de Ingreso: abril-2012
Mensajes: 71
Antigüedad: 12 años
Puntos: 16
Respuesta: FileExists

las barras van invertidas
if fso.FileExists ("C:\Users\Fabian\Documents\CHFS\" & dato & ".txt") = true
o en su defecto
if fso.FileExists (Server.MapPath("C:/Users/Fabian/Documents/CHFS/" & dato & ".txt")) = true

Última edición por prod6; 04/06/2012 a las 14:26