relative
relative()
Determines the relative path between two paths.
This method variant accepts two string paths and returns a string path.
Return
The relative path as a string.
Parameters
from
The source path.
to
The target path.
See also
relative()
Determines the relative path between two paths.
This method variant accepts two Path objects and returns a String.
Return
The relative path as a string.
Parameters
from
The source path.
to
The target path.
See also
relative()
Determines the relative path between two paths.
This method variant accepts two NodePath objects and returns a String.
Return
The relative path as a string.
Parameters
from
The source path.
to
The target path.