www.delorie.com/archives/browse.cgi | search |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |