api / org.gradle.api.file / RelativePath / append

append

open fun append(other: RelativePath): RelativePath

Appends the given path to the end of this path.

Parameters

other - The path to append

Return
The new path

open fun append(endsWithFile: Boolean, vararg segments: String): RelativePath

Appends the given names to the end of this path.

Parameters

segments - The names to append.

endsWithFile - when true, the new path refers to a file.

Return
The new path.