Otter SDK Reference
Version:

CombinePath(string path1, string path2) Method

Combines two path strings according to the path format of the agent.

Syntax

public abstract string CombinePath(string path1, string path2)

Parameters

path1
Type: string

The first path.

path2
Type: string

The second path.

Returns

Combined path string.