/****************************************************************************** Copyright (c) 1999 Unigraphics Solutions, Inc. Unpublished - All Rights Reserved *******************************************************************************/ /* In the following example, if a_path has directories then they will be copied into dirs. Also, count will contain the number of directories placed into dirs. sample code below */ int count; char **dirs = NULL; int error_value; tag_t a_path; ... error_value = UF_DIRPATH_ask_dirs( a_path, &count, &dirs );