hdf_search_path(3) Find a file given a search path in HDF

SYNOPSIS


#include <util/neo_hdf.h>

NEOERR* hdf_search_path (HDF *hdf, const char *path, char *full);

ARGUMENTS

hdf -> the hdf dataset to use
path -> 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