resolve

fun File.resolve(vararg relative: String): File(source)

vararg overload of kotlin.io.resolve

Return

A File representing the child path.

Parameters

relative

The path segments of the child path.


fun Path.resolve(vararg relative: String): Path(source)

vararg overload of java.nio.file.Path.resolve

Return

A File representing the child path.

Parameters

relative

The path segments of the child path.