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