Class CSFile

  • All Implemented Interfaces:
    Serializable, Comparable<File>

    public class CSFile
    extends File
    Extends the usual Java File to make it case-sensitive: if the file to be opened has a different casing in the filesystem (but is found anyway base Windows is case-insensitive), the constructor will throw. Allows early detection of miscased filenames.
    Author:
    Ewout
    See Also:
    Serialized Form