 |
VB Helper: HowTo: See if a file exists in VB .NET
The System.IO.File.Exists method returns True if a file exists. Private Sub Form1_Load(ByVal sender As System.Object, ByVal _ e As System.EventArgs) Handles MyBase.Load Dim file_path As String = Application.StartupPath file_path = file ...
www.vb-helper.com |
 |