H5PLget

fnssize_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

idxIndex of the path to retrieve (0-based)
path_bufBuffer to receive the path string
buf_sizeSize of the path buffer

Returns

Length of the path on success, negative on failure.