Does anyone know how to the UNC Path for a mapped drive? I would like to be able to have a user browse for a file, but then convert the path to UNC when they save the path. Example: if the user selects the file ...

"M:\test\textfile.txt"

and M: is mapped to "\\Svr1\Files",

I want to have the filename converted to

"\\Svr1\Files\test\textfile.txt"

Any help would be appreciated.