Hi guys...
I'm interested in what people think of this behavior...
(1.6.1 on Win98)
Dir.chdir ("\\")
puts Dir.pwd # "/"
OK, I can live with that one... what about:
Dir.chdir("C:\\")
puts Dir.pwd # "/cygwin/c"
Hmm! In a way I understand it, but in a way I'm
unhappy with it. I am *not* using all of cygwin...
just the DLL.
Thoughts?
Hal Fulton