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
targetPath | Path that the soft link points to |
linkLoc | Location identifier where the link will be created |
linkName | Name of the new link |
lcpl | Link creation property list (default: H5P_DEFAULT) |
lapl | Link access property list (default: H5P_DEFAULT) |
Throws
HDF5Exception if link creation fails.