Re: Case insensitive file systems and caching mechanisms.

2007-06-15 Thread Giuliano Gavazzi
On 15 Jun 2007, at 07:02, Graham Dumpleton wrote: This is all well and good on Windows, but on MacOSX one also has a case insensitive but case preserving filesystem in the form of HFS and HFS+. On MacOSX though, the apr_filepath_merge() follows the UNIX behaviour where APR_FILEPATH_TRUENAME

Case insensitive file systems and caching mechanisms.

2007-06-14 Thread Graham Dumpleton
On Windows where a case insensitive, but case preserving file system is used, my understanding is that one can use the APR_FILEPATH_TRUENAME option to apr_filepath_merge() to convert a file system path into one which has case set to the actual values. Ie., documentation says: /** Resolve the