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

Ns_MakePath

Overview

Construct a path name from a list of path elements

Syntax

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

Description

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.

Top of Page

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