relative To
Calculates the relative path for this path from a base path.
Note that the base path is treated as a directory. If this path matches the base path, then a Path with an empty path will be returned.
Return
the relative path from base to this.
Since Kotlin
1.5
Throws
kotlin. Illegal Argument Exception
if this and base paths have different roots.