[ 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. The last argument needs to be NULL to indicate the end of the argument list.

Top of Page

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