Hello Everyone, I am trying to use the HDF5 API H5Pset_external (hid_t plist, external filename, off_t offset, hsize_t size) to create a dataset with external storage files.
However, it seems only absolute file path works. So, I have to rebuild the dataset every time when I move data to a different location or try to access data in external HDD from different PC. Is there any method could let me set the filename relative to the host .h5 file path? I try to set the external file path without starting with '\' or '/'. But it does not work. Thanks, LittleBigBrain _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
