[]
Combines two strings into a path.
public static string Combine(string addr1, string addr2)
| Type | Name | Description |
|---|---|---|
| string | addr1 | The first path to combine. |
| string | addr2 | The second path to combine. |
| Type | Description |
|---|---|
| string | The combined paths. If one of the specified paths is a zero-length string, this method returns the other path. |