I have a text box where a username is inserted. There is a button next to the box. What I want to happen is as follows: When the button is pressed, the computer connects to a network share on the network (\\server\data\), finds the folder that is has the same name as the username in the text box, and then transfers the users files from the network to the local drive (c:\data). Any help would be appreciated.