[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_HomePath

Overview

Construct a path name relative to the AOLserver home directory

Syntax

    char *Ns_HomePath(
    	Ns_DString * dest,
    	char *relpath
    );

Description

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.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.