Hello- I am consistently getting access violations after doing the following:

H5L.Delete(_H5FileId, dataSetPath);
H5F.flush(_H5FileId, H5F.Scope.GLOBAL);
// setup for create call omitted
H5D.create( ... )  //creates same structure dataset to same dataSetPath

My intent is to completely clear out the dataset by removing and recreating it. 
 Is there a preferred way to do this?  Is H5L not the right call?

Any help would be appreciated.

Warm Regards,
Jim
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org

Reply via email to