/****************************************************************************** Copyright (c) 1999 Unigraphics Solutions, Inc. Unpublished - All Rights Reserved *******************************************************************************/ /* Below we see one usage of the UF_DIRPATH_append_from_dirs. The constant parameter for count is 2, representing the number of strings in dirs. sample code below */ tag_t a_path; int error_value; char *dirs[]= { "/dir1" , "/dir2" }; ... error_value = UF_DIRPATH_append_from_dirs( a_path, 2, dirs );