[racket] reliable path comparison?

From: YC (yinso.chen at gmail.com)
Date: Thu Oct 21 01:30:23 EDT 2010

On Wed, Oct 20, 2010 at 8:38 PM, Danny Yoo <dyoo at cs.wpi.edu> wrote:

>
> > IIRC, there was no right way -- I think that on windows you can have
> > some drives be case-sensitive and some are not.
>
> Yikes.  Ok, is there a way to tell if a filesystem root is
> case-sensitive or not?


I am not aware of windows having different case sensitivity for different
drives on the same machine, but you can query whether the filesystem is case
sensitive or not via the registry:

http://www.chilkatsoft.com/p/p_454.asp


The setting can be inadvertently reset if you install .net framework 2.0:

http://support.microsoft.com/kb/929110


Cheers,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101020/9eee0295/attachment.html>

Posted on the users mailing list.