In order to support reasonable file permissions in hotjava, it is useful
to know if the file system naming is case sensitive, as our comparisons
must be consistant with that. The Win NT file dialog aggravates this problem
(but certainly isn't the only issue) because it 'automatically' generates
file and path names in 'mixed' case.
to know if the file system naming is case sensitive, as our comparisons
must be consistant with that. The Win NT file dialog aggravates this problem
(but certainly isn't the only issue) because it 'automatically' generates
file and path names in 'mixed' case.
- duplicates
-
JDK-4412820 RFE: is my file system case sensitive?
- Closed
- relates to
-
JDK-5046336 File should support "strictly case sensitive" mode for file name/path matching
- Open
-
JDK-4313887 New I/O: Improved filesystem interface
- Resolved