The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Path::Combine Method
.NET Framework (current version)
Combines strings into a path.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
![]() ![]() | Combine(array<String^>^) | Combines an array of strings into a path. |
Show:

