h5.archive.HDFArchiveGroup.create_softlink
- HDFArchiveGroup.create_softlink(target_key, key, delete_if_exists=True)
Create an HDF5 soft link
keypointing attarget_key.- Parameters:
- target_keystr
Path the link should point to.
- keystr
Name of the soft link to create.
- delete_if_existsbool, optional
If True (default), replace an existing entry named
key.