On Fri, Jun 8, 2018 at 5:07 PM Gary Gregory (JIRA) <j...@apache.org> wrote:

> Case-sensitivity for file names depends on the file system. The Javadoc for 
> this method specifies "The extension check is case-sensitive on all 
> platforms." There is nothing to fix in this API IMO.

To me, this sounds like a strong indicator, that we should overhaul IO
in the following direction: Remove static methods in favour of a few
FileSystem objects (Windows, and Linux/Unix/Mac) with different
behaviour for case sensitivity, separators, and so on.

IO is outdated, as it is. Beginners (like this guy, perhaps) are
unable to cope with it. Advanced users find it useless.

Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to