mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-03 00:29:21 +01:00
This allows splitting a filename into a basename and extension. `FileUtils.hasExtension()` is updated to use it, in favour of the String.split-based approached it used before.