resolve

Returns the result of resolving this path. Resolving the path removes unnecessary fragments such as the current path fragment.


open fun resolve(vararg paths: Path): Path(source)

Returns the path resulting from resolving a list of paths against this path.


open fun resolve(vararg stringPaths: String): Path(source)

Returns the path resulting from resolving a list of paths in string notation stringPaths against this path.