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

Ns_LibPath

Overview

Construct path relative to lib

Syntax

    char* Ns_LibPath (Ns_DString* dest,...);

Description

Make a path relative to $ASHOME/lib/ given the specified destination. For example, if AOLserver is running out of /disk2/aolserver, the following call would return "/disk2/aolserver/lib/foo/bar":

    Ns_LibPath("foo", "bar", NULL);

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.