J'ai une erreur pour vérifier si un fichier existe
Citation:
system.IO.filenotfoundexception:could not find file 'c:\test\test.txt'.
system.windows.forms.pdb non chargé
Code:
1
2
3
4
5 If IO.File.Exists("C:\test\Parametres.txt") Then Else MsgBox("Pas de fichier test.txt ") End If