Path

constructor(stringPath: String)(source)

Creates a path from its string notation. E.g. "./path/to/somewhere".


constructor(fragments: List<PathFragment> = emptyList())(source)