root

@get:JvmName(name = "getRoot")
@set:JvmName(name = "setRoot")
var root: String
Root directory.

Specifies the root path for the virtual file system. On different platforms (such as Windows), this value may be
customized to maintain OS I/O compat. If unset, the default value is `/`.

string root = 5;