I have a form with two listboxes. The user selected the directory using a FolderBrowserDialog1 then my program searches the directory and displays a list of files. They them select the files they want to store under a project name and the names are placed in a database. My problem is it stores the mapped file path not the network path. (ie N:\examples\testfile.txt I need \\myserver\examples\testfiles.txt) That is because the person that reads this database may not have their network drives mapped to the same letters.