TcHmiApplication.JoinPath Method (.String.)

Concatenates all elements of the specified String 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 string[] elements
)

Parameters

elements

Type: .System.String.
An array of Strings 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