I need to run a CommonDialog Open box to get name of a file on the network from the user, but I'll need the network path (\\server\path\filename), not the mapped path (Z:\filename), since I'm saving the file name for some other user to use at a later time, and different departments are mapped differently. (I know it would be more elegant if everyone on the network was mapped the same, but I don't have the luxury of telling the admin how to run his network.)

I know I can, say, open a file with either the mapped path or the network path, but for some reason I'm drawing a blank in how to get cdlg to give me a network path when the user clicks on a file. An API I'm forgetting?