Hi,
I want to copy a source h5 file to a new empty file using the command:
h5copy.exe -i "input path"' -o "output path" -s "item name" -d "item name"
After run, I found that all items and their attributes are copied to output file except the attributes of root ‘/’ in source h5 file.
How can I copy the attributes of root ‘/’ ? Thanks.