Different filing systems have different rules for case-sensitivity. Windows is case-insensitive, Unix is case-sensitive.
This class captures that difference, providing an enumeration to control how filename comparisons should be performed. It also provides methods that use the enumeration to perform comparisons.
Wherever possible, you should use the check
methods in this class to compare filenames.
@author Stephen Colebourne
@version $Id: IOCase.java 1003647 2010-10-01 20:53:59Z niallp $
@since Commons IO 1.3
|
|
|
|