Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string Combine(string, string, params string[])

Declaration

public static string Combine(
    string path1,
    string path2,
    params string[] morepaths
)

Summary

Joins multiple paths using the OS separator character. If any of the paths is absolute, all preceding paths are discarded.