Joins the specified paths with the standard delimiter.
public static string JoinPaths(IEnumerable<string> paths)
parameter | description |
---|---|
paths | The paths. |
The joined paths.
Joins the specified paths with the standard delimiter.
public static string JoinPaths(params string[] paths)
parameter | description |
---|---|
paths | The paths. |
The joined paths.