Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Tue, 7 May 2002 14:09:27 +0200 From: Pavel Tsekov Reply-To: Pavel Tsekov Organization: Syntrex, Inc. X-Priority: 3 (Normal) Message-ID: <17218611712.20020507140927@syntrex.com> To: cygwin-apps AT cygwin DOT com Subject: Re[2]: URL paths in setup.exe In-Reply-To: <3CD7C08A.FB2FC293@yahoo.com> References: <3CD7C08A DOT FB2FC293 AT yahoo DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit >> file://d|/foo/bar.txt is on win32. Ok I understand this. The "d|" or "d:" is useful so we can understand that the path is not on some remote machine. EB> file:///d/foo/bar.txt on Cygwin should work as well depending on the EB> cygdrive value. ;) EB> file:///d:/foo/bar.txt should be the win32 mechanism. Why the extra slash infront of "d" ? EB> file://d/foo/bar.txt is definitely relative to the current working EB> directory. I don't understand why it is relative ?