H5Fget_name
fn
ssize_t H5Fget_name(hid_t obj_id, char * name, size_t size)Retrieves the name of the file to which an object belongs.
Parameters
obj_id | Identifier of an object in the file |
name | Buffer to receive the file name |
size | Size of the name buffer |
Returns
The length of the file name on success, negative on failure.