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

Ns_ModulePath

Overview

Construct a path from base path

Syntax

    char *Ns_ModulePath(
    	Ns_DString				*dest,
    	char				*hServer,
    	char				*hModule,
    ...
    );

Description

The Ns_ModulePath function constructs a path by appending the final variable arguments to the base path defined by a module on the specified virtual server. The list of arguments must end with NULL.

Top of Page

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