(fs) Path should have a method to obtain the filename extension

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 20
    • Affects Version/s: None
    • Component/s: core-libs
    • b22

      For some reason Path.getFileName() returns a Path, not a String. This makes it clumsy to see if the filename has a particular extension, since you need an ugly .toString() to get the string of the Path before you can call .endsWith.

      It would be nicer if there was a recognition that manipulating extensions was a common operations on many path objects, and if there was API for that.

            Assignee:
            Brian Burkhalter
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: