Path.Combine Method (String())
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Combines an array of strings into a path.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- paths
- Type:
System.String
()
An array of parts of the path.
| Exception | Condition |
|---|---|
| ArgumentException | One of the strings in the array contains one or more of the invalid characters defined in GetInvalidPathChars. |
| ArgumentNullException | One of the strings in the array is Nothing. |
Show: