SYNOPSIS
#include <util/neo_hdf.h>
NEOERR* hdf_search_path (HDF *hdf, const char *path, char *full);
ARGUMENTS
hdf -> the hdf dataset to usepath -> the relative path
full -> a pointer to a _POSIX_PATH_MAX buffer
DESCRIPTION
hdf_search_path is a convenience/utility function that searches for relative filenames in a search path. The search path is the list given by the children of hdf.loadpaths.
RETURN VALUE
full -> the full path of the file