hi all,
i face check txt file location problem in window mobile 6 professional.

code testing for window form
Code:
 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim FILE_NAME As String = "c:\Users\Chee Kang\Desktop\New folder (2)\testFile.txt"

        If System.IO.File.Exists(FILE_NAME) = True Then
...