Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

util_make_filename

The util_make_filename function concatenates a directory name and a file name into a newly created string. This function is useful when you are dealing with a number of files that all go to the same directory.

Syntax

#include <libproxy/cutil.h>
char *util_make_filename(char *root, char *name);

Returns

A new string containing the directory name concatenated with the file name.

Parameters

char *root is a string containing the directory name.

char *name is a string containing the file name.