AbsolutePath

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

Creates an absolute path from a list of fragments.


constructor(path: Path)(source)

Creates an absolute path from a path path. The path will be resolved against the root path.


constructor(stringPath: String)(source)

Creates an absolute path from a string representation of a path stringPath. The string will first be converted into a path and then resolved against the root path.