Full dataset (group/subgroup) path

Hi

If I’m able to write and get datasets using h5py librarie in an “explcit way” and now I’m looking for a way to “implicitly” get the datasets ie. without knowing the groups/subgroups structure; I’ve been thinking in recording the information’s in a list, and then to work on

I had a look to visit() and visititems(), but I’m wondering how to directly point on the datasets and how to record the full path without the other useless information’s?

Can somebody provide me a link to an archive dealing with this topic (I looked for, but.)?

Thanks

Paul

after digging into internet, I’ve finally found answers on Stackoverflow
Paul