You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thx for the great library!
I have found out that if there is an existing file with the same name, it will not overwrite the file.
I am wondering if there are method to deal with this?
Or there is some flags that I should select properly..?
thx!
The text was updated successfully, but these errors were encountered:
Do you open the file as the README says, with H5::H5File file("filename1.h5", H5F_ACC_TRUNC);? The flag H5F_ACC_TRUNC should truncate any existing file with the same name.
Hi, thx for the great library!
I have found out that if there is an existing file with the same name, it will not overwrite the file.
I am wondering if there are method to deal with this?
Or there is some flags that I should select properly..?
thx!
The text was updated successfully, but these errors were encountered: