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
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to