Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Move to Path API (and increase major version to 4) #224

Closed as not planned
Closed as not planned
@laeubi

Description

@laeubi

Currently this uses java File API, I wonder if it would be suitable to start a new major release and migrate to the Java Path API? This has several advantages:

  1. Items are not required to be "traditional" local files, but can be anything (e.g. Webdav)
  2. Many utility methods might be obsolete and can be replaced with standard java
  3. A File can easily be converted to a Path (and back if one is only want to work with local files), so existing code can upgrade without much effort.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions