Path

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

Creates an absolute path from a list of fragments.


constructor(stringPath: String)(source)

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