appendPath

Appends file path parts with proper delimiters (as well converts delimiters inside path to system) to buffer e.g. appendPath("/home/user", ".myapp", "config") => "/home/user/.myapp/config"

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

Meta