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.