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: <3CD7C08A.FB2FC293@yahoo.com> Date: Tue, 07 May 2002 07:54:50 -0400 From: Earnie Boyd X-Accept-Language: en MIME-Version: 1.0 To: Robert Collins CC: Pavel Tsekov , cygwin-apps AT cygwin DOT com Subject: Re: URL paths in setup.exe References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Robert Collins wrote: > > > > How would this confuse them ? I don't think with > > file://d|/foo/bar.txt is better thatn file://d/foo/bar.txt. There is a > method which converts d:\foo\bar to file URL - isn't it > enough ? There > is also a method whic gets the parsed URL as path. > > > > Btw see the attached program. It is a test for the URL parser. > > file://d/foo/bar.txt isn't clear whether it's absolute or not. > file:///d/foo/bar.txt is on posix, and > file://d|/foo/bar.txt is on win32. > file:///d/foo/bar.txt on Cygwin should work as well depending on the cygdrive value. ;) file:///d:/foo/bar.txt should be the win32 mechanism. file://d/foo/bar.txt is definitely relative to the current working directory. Earnie.