Link.createSoft

void createSoft(string targetPath, hid_t linkLoc, string linkName, hid_t lcpl = H5P_DEFAULT, hid_t lapl = H5P_DEFAULT)

Creates a soft (symbolic) link.

A soft link is a symbolic reference to a path. The target path does not need to exist when the link is created.

Parameters

targetPathPath that the soft link points to
linkLocLocation identifier where the link will be created
linkNameName of the new link
lcplLink creation property list (default: H5P_DEFAULT)
laplLink access property list (default: H5P_DEFAULT)

Throws

HDF5Exception if link creation fails.