[Mono-list] porting from .NET to Mono

Jonathan Pryor jonpryor at vt.edu
Thu Nov 18 14:52:02 EST 2010


On Thu, 2010-11-18 at 09:29 -0800, jmalcolm wrote:
> 1) Windows is not case sensitive but both Linux and Mac are.  If you have
> not been careful, you will need to fix any case mismatches as part of your
> port.

The default Mac OSX filesystem (HFS+) is case-insensitive and case
preserving, much like NTFS.  You can choose case-sensitive file systems
(much as you can make NTFS case-sensitive via a registry change), but
you need to go out of your way to do so.

 - Jon




More information about the Mono-list mailing list