root

expect val root: Path?

This is the root path if this is an absolute path, or null if it is a relative path. UNIX paths have a single root, /. Each volume on Windows is its own root, like C:\ and D:\. The path to the current volume \ is its own root. Windows UNC paths like \\server are also roots.

actual val root: Path?
actual val root: Path?