/****************************************************************************** Copyright (c) 1999 Unigraphics Solutions, Inc. Unpublished - All Rights Reserved *******************************************************************************/ /* In the example below, the file named "somefile" will be searched for in the directories specified by a_path. If the file is not found, then fullpath will be NULL. sample code below */ char filename[]="somefile"; tag_t a_path; char *fullpath=NULL; ... error_value = UF_DIRPATH_find_file ( a_path, filename, &fullpath );