combineSafe

fun Path.combineSafe(relativePath: Path): File
fun File.combineSafe(relativePath: Path): File
fun File.combineSafe(relativePath: String): File

Append a relativePath safely that means that adding any extra .. path elements will not let access anything out of the reference directory (unless you have symbolic or hard links or multiple mount points)