File.Exists(filePath)






Dim filePath As String = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) & "\SegnaleOrario.exe"


If File.Exists(filePath) = True Then
'File.Delete(filePath)

Beep()
End If










( fileexistsfilepath.html )- by Paolo Puglisi - Modifica del 17/12/2023