Expand description
Functions§
- Create a new symlink at
link
which points tooriginal
. - Return true if
err
indicates that a file collision happened, i.e. a symlink couldn’t be created as thelink
already exists as filesystem object. - Remove a symlink.
link
which points to original
.err
indicates that a file collision happened, i.e. a symlink couldn’t be created as the link
already exists as filesystem object.