appendPath

Appends file path parts with proper delimiters e.g. appendPath("/home/user", ".myapp", "config") => "/home/user/.myapp/config"

  1. string appendPath(string[] pathItems)
    string
    appendPath
    (
    string[] pathItems...
    )
  2. char[] appendPath(char[] buf, string[] pathItems)

Meta