Re: representing UNC as a URI

Pascal Buhler wrote:
> file://myshare/mydir

Just to add to the chorus, that's what I implemented in 4Suite.

And when interpreting a URI as a Windows path, I treat

file://myshare/mydir
file:////myshare/mydir

the same; they both mean UNC path \\myshare\mydir.

-Mike

Received on Saturday, 15 May 2004 08:08:52 UTC