Chris Capon wrote:
> I'm building a cross platform application in .NET which uses regular
> expressions for file pattern matching.  The application runs under Windows
> and Linux (so far).
> 
> When comparing patterns with paths, the code needs to know whether the file
> system expects filenames to be case insensitive (Windows) or if it expects
> filenames to match exactly (Linux).
> 
> I'm trying to find the best way to tell if an environment is case sensitive
> or not.

or you can make mono behave case insensitively in all platforms:

http://mono-project.com/IOMap

-- 
Angel Marin
http://anmar.eu.org/

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to