Thank you If I have a FolderBrowserDialog Class on the form for the user is there any way this can determine what folder the search is looking in?

Thanks for your help, so if I wanted to do a file existence on a If statement so
If textbox1.text = 'New' then Dim b As Boolean = My.Computer.FileSystem.FileExists("C:\MyFile.Txt")
End If