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 Message-ID: <3CD7C5C4.C3AE6A79@yahoo.com> Date: Tue, 07 May 2002 08:17:08 -0400 From: Earnie Boyd Reply-To: Earnie Boyd X-Accept-Language: en MIME-Version: 1.0 To: Pavel Tsekov CC: cygwin-apps AT cygwin DOT com Subject: Re: URL paths in setup.exe References: <3CD7C08A DOT FB2FC293 AT yahoo DOT com> <17218611712 DOT 20020507140927 AT syntrex DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Pavel Tsekov wrote: > >> 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" ? > Bad typing. that should be file://d:/foo/bar.txt > > EB> file://d/foo/bar.txt is definitely relative to the current working > EB> directory. > > I don't understand why it is relative ? mkdir -p d/foo touch d/foo/bar.txt It's relative to the working directory. Earnie.