Hughes, Bill wrote on Friday, October 17, 2003 3:32 PM:
>> I shall now fix my path and create symlinks so 'ping' works.
> 
> I corrected the case of the directory names in the windows
> environment variable and Cygwin now finds PING.EXE, just a
> note for the record. I know PTC etc, but would changing the
> (presumably cygpath) translation of the windows path to
> adjust case to the correct value add too much overhead?

It is, because Windows does return wrong case itself from its functions. I implemented 
in cygpath at least for the -S option, that the path is with correct case. To ensure 
case you would have to look up every single element in the path name by requesting the 
entry in the corresponding directory ... really too much overhead.

Regards,
Jörg

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to