- Companion
- object
Value members
Inherited methods
Compose with string to form a new Path
Compose with string to form a new Path
The underlying representation must be String in order for the representation and the path to be kept in sync. Use addSegment to modify paths backed by non-String types
- See also
addSegment
- Inherited from
- Path
Ensure that path always is suffixed with '/'
Ensure that path always is suffixed with '/'
- Inherited from
- Path
Adds a segment to the path while ensuring that the segments and path representation are kept in sync
Adds a segment to the path while ensuring that the segments and path representation are kept in sync
If you're just working with String paths, see /
- Inherited from
- Path
Goes one level "up" and looses any information about the underlying path representation
Goes one level "up" and looses any information about the underlying path representation
- Inherited from
- Path