We are building an Intranet application where a client specifies a
path/filename for a new document and a DLL on the server (via ASP
application) creates the document in the specified location.
If a user specifies their local C: drive, the server app will presumably
attempt to save on the server's C: drive.
The question:
How do you convert a local path to a UNC path?
(e.g. c:\docs to \\mymachine\myCdrive\docs)
I've managed to convert a mapped network drives to UNC paths.
Thanks for any suggestions you can provide!
Mark Hodgson