h5.archive_basic_layer.HDFArchiveGroupBasicLayer.create_softlink
- HDFArchiveGroupBasicLayer.create_softlink(target_key, key, delete_if_exists=True)[source]
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.