I have a java.nio.Path
which points to an absolute path:
/home/user/project/resources/configuration.xml
I have a second java.nio.Path
which points to the root directory of the project, also an absolute path:
/home/user/project
Is it now possible to create a java.nio.Path
which holds the relative path between the two:
resources/configuration.xml