TcHmiApplication.JoinPath Method (.Object.)

Concatenates all elements of the specified Object array, using PathElementSeparator between each element.

Namespace:  TcHmiSrv.Core.General
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static string JoinPath(
    params Object[] elements
)

Parameters

elements

Type: .System.Object.
An array of Objects that contains the elements to concatenate.

Return Value

Type: String
A String that consists of the specified elements delimited by PathElementSeparator. If elements is an empty array, the method returns Empty.

Reference

TcHmiApplication Class

JoinPath Overload

TcHmiSrv.Core.General Namespace