You don't want to read a file from multiple folders, just to read a file and populate the appropriate textboxes. According to your specs there is only 1 file per directory and that is the userinfo.txt.
Since you are not giving any specs for the file itself read here: http://www.daniweb.com/software-development/vbnet/threads/134617 and here http://www.homeandlearn.co.uk/net/nets8p3.html for plain text file and here: http://www.daniweb.com/software-development/vbnet/threads/380681 for a csv file (I know the extension isn't csv, but still it's a text file).
For the users (which directory to use for reading the correct file), read here: http://msdn.microsoft.com/en-us/library/c1sez4sc.aspx or in general the directory class here: http://msdn.microsoft.com/en-us/library/system.io.directory.aspx