This documentation is archived and is not being maintained.
Path.Combine Method
Visual Studio 2010
Combines strings into a path.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Combine(String()) | Combines an array of strings into a path. |
|
Combine(String, String) | Combines two strings into a path. |
|
Combine(String, String, String) | Combines three strings into a path. |
|
Combine(String, String, String, String) | Combines four strings into a path. |
Show: