NodePath.Combine Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Combine(String[])
Combines strings in the pathParts
array into a NodePath.
Declaration
public static NodePath Combine(params string[] pathParts)
Parameters
Type | Name | Description |
---|---|---|
String[] | pathParts |
Returns
Type | Description |
---|---|
NodePath | New NodePath combined from the strings in the |