Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/09/2006, 20:15
luciano
 
Fecha de Ingreso: abril-2004
Mensajes: 192
Antigüedad: 21 años, 1 mes
Puntos: 0
una forma :

Código:
Private Declare Function PathFileExists Lib "shlwapi.dll" Alias "PathFileExistsA" (ByVal pszPath As String) As Long
Private Sub Form_Load()
    
    
    MsgBox "Existe ? " + CStr(CBool(PathFileExists("c:\autoexec.bat")))


End Sub
si no con la función Dir de vb

saludos


-----
__________________
Recursos visual basic