Bearing in mind that using this portability layer will result in a performance hit, so it should only be used if it is actually necessary.
Alan. On Tue, Dec 9, 2008 at 8:20 AM, Angel Marin <[EMAIL PROTECTED]> wrote: > 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 >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
