Date: Mon, 8 May 2000 14:31:05 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp-workers AT delorie DOT com Subject: Re: Idea: \\host\share\file -> /dev/net/host/share/file In-Reply-To: <200005080854.KAA04162@lws256.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 8 May 2000, Martin Stromberg wrote: > Do the net directors (if that's what they are called) handle "//" > equivalently as "\\" (similar to DOZE's handling of "/" and "\")? Windows does handle // and \\ the same, but I don't know about other redirectors. Note that some Unix applications (notably, Emacs) will collapse multiple slashes, so //host/share is converted into /host/share. The NT port of Emacs has special very convoluted code to avoid this lossage. (Of course, this code is precisely the reason why NTEmacs doesn't work with Cygwin very well ;-)