[Scilab-users] h5mv / h5flush

paul francedixhuit paul18fr at gmail.com
Sun May 24 12:22:32 CEST 2020


Hi all

I'm trying to reorganize my hdf5 file by moving/renaming dozens of
datasets, using mainly h5mv (loops are used to pass through all  groups and
datasets)

My code is typically, where:

   - Source = the path+name of the original dataset
   - Destination= the path + the new dataset name

h5flush(h5);  h5mv(h5, Source, h5, Destination);


Trouble I'm confront to:

   - It works only ounce and I do not understand why, even flushing hdf5
   object
   - I can note that after *h5mv*, *h5flush* does not work anymore
   - hdf5 object becomes "invalide"

What am I doing wrong?

Thanks for any advice

Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20200524/1daaade9/attachment.htm>


More information about the users mailing list