Relative Path
A relative hierarchical identifier that can be resolved against a path.
A relative path consists of a list of names, and each name is a non-empty byte string that doesn't contain the URI path separator /
.
A relative path is an immutable data object independent of file systems, and can be converted to/from a byte string for presentation and serialization.
See also
Properties
Functions
Check whether this relative path ends with another relative path.
Get a relative path for the parent of this relative path, or null
if this relative path is empty.
Get a relative path that is this relative path with redundant names removed.
Get a relative path between this relative path and another relative path.
Resolve a file name against this relative path.
Resolve another relative path against this relative path.
Resolve a file name against the parent of this relative path.
Check whether this relative path starts with another relative path.
Get a relative path consisting of a sublist of names of this relative path.
Get a bye string representing this relative path.