TcHmiApplication.SplitPath Method (String)
Splits the specified path into substrings based on PathElementSeparator.
Namespace: TcHmiSrv.Core.General
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public static string[] SplitPath(
string path
)
Parameters
path |
Type: System.String |
Return Value
Type: .String.
An array whose elements contain the substrings in path that are delimited by PathElementSeparator.