Mail Archives: djgpp-workers/1997/09/17/05:47:45
On Tue, 16 Sep 1997, Morten Welinder wrote:
> How about
>
> //server/foo UNC
> \\server\foo UNC
> \\d\foo UNC
> //d/foo drive
The inconsistency of \\ having different meaning from // is what's
bugging me. For starters, if you pass `\\d\foo' through `_fixpath',
it converts it to `//d/foo', so at least `_fixpath' will need also to
be changed. I'm afraid there are other such cases.
Maybe we should just try it and see how many things break?
- Raw text -