path

fun path(separator: String? = null): String(source)

Constructs a path string representing the sequence of partName values from the current AgentExecutionInfo instance to the top-most parent, joined by the specified separator.

Return

A string representing the path constructed from partName values.

Parameters

separator

The string used to separate each part of the path. If null, a default separator is used.