This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: URL paths in setup.exe




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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]