Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string Combine(string, string)

Declaration

public static string Combine(
    string path1,
    string path2
)

Summary

Joins the two paths using the OS separator character. If the second path is absolute, only the second path is returned.