Non capendo esattamente cosa fa quel codice scriverei:

codice:
 Dim info As New System.IO.FileInfo("C:\MioFile.txt")
        Dim Filename As String = "C:\mioFile.txt"
        If info.Exists AndAlso info.Length > 0 Then
            MsgBox("Find")
        End If