Construct a path name from a list of path elements
char *Ns_MakePath( Ns_DString * dest, ... );
The Ns_MakePath function constructs a path name by appending a list of path elements to the given Ns_DString. The path elements are separated by single slashes, and the resulting path name is appended to the given Ns_DString.