From: William Kempf [mailto:williamkempf@hotmail.com]
Sent: 12 August 2002 14:05
> >From: Thomas Witt <witt@ive.uni-hannover.de>
> >In "File and directory recommendations" the rationale given
> for "Do not
> >assume
> >names are case sensitive." is wrong. I agree that there are case
> >insensitive
> >filesystems (FAT32 IIRC) but not all Windows fs are case
> insensitive. NTFS
> >for instance is in fact case sensitive, Windows just tries
> to hide this.
>
> Not precisely true.  NTFS isn't case sensitive, but case
> preserving.  You
> can't create to files, one named Foo and the other foo, in the same
> directory.

IIRC, you can if you use the POSIX subsystem.

Anthony