H5PLget
fn
ssize_t H5PLget(uint idx, char * path_buf, size_t buf_size)Gets a path from the plugin search path list.
Retrieves the plugin search path at the specified index.
Parameters
idx | Index of the path to retrieve (0-based) |
path_buf | Buffer to receive the path string |
buf_size | Size of the path buffer |
Returns
Length of the path on success, negative on failure.