Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string AppPathCombine(params string[])

Declaration

public static string AppPathCombine(
    params string[] morePaths
)

Summary

Combines the full path containing the running executable with one or more strings. Ensures that only a single Path.DirectorySeparatorChar separates the executable path and every string.