inline fun Path.resolve(dir: String, first: String, vararg more: String): Path (source)
Converts the given dir, first and more into a Path and Path.resolves it.
In other words it is a shortcut for using Paths.get in combination with Path.resolve.
Return
The new resolved Path.