|
|
Construct a path name relative to the AOLserver home directory
char *Ns_HomePath(
Ns_DString * dest,
char *relpath
);
The Ns_HomePath function constructs a path name by appending the given relative path to the AOLserver home directory. The resulting path name is appended to the given Ns_DString.