Otter SDK Reference
Version:

CombinePath(IFileOperationsExecuter agent, string[] paths) Method

Combines multiple path components into one string.

Syntax

public static string CombinePath(IFileOperationsExecuter agent, string[] paths)

Parameters

agent
Type: IFileOperationsExecuter

The agent.

paths
Type: string[]

The path components to combine.

Returns

Combined path string.