Michael G Schwern wrote:
>Yitzak outlined a way to determine case-sensitivity in a read-only fashion.
>It basically boils down to:
>
>       1. Find a file or directory with [A-Za-z] in it.
>       2. Change the case of a few of those letters.
>       3. Check to see if it exists.

Hmmm, with some intelligent check to make sure that
A.a and a.a aren't both there as different files, I guess?

Otherwise a case sensitive directory would be misdiagnosed
as insensitive.

I suppose if the file found in step 1 is A.a, a glob could
be done on [Aa].a and the result count checked...
-- 
Mike Giroux
rmgiroux (at) acm (point) org

Reply via email to