A relative path on the filesystem. Note that the path is normalized and cannot contain any empty or ".". Parent ".." segments can only occur at the left-end of the path, and are collapsed into a single number ups.
- Companion:
- object
trait SegmentedPath
trait BasePathImpl
trait FilePath
trait BasePath
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Relativizes this path with the given target path, finding a
sub path p such that base/p == this.
Relativizes this path with the given target path, finding a
sub path p such that base/p == this.
- Inherited from:
- BasePath