vb.net |
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
If System.IO.File.Exists(TextBox1.Text) = True Then
MsgBox("Bulundu.")
Else
MsgBox("Mevcut değildir.")
End If
End Sub
End Class
0 yorum :
Yorum Gönder