appendPath

open fun appendPath(path: String, other: String): String(source)

Utility method to append a path component to an existing path, this is simply path + '.' + other.

Return

The new path

Parameters

path

The current path

other

The other path component