copy_symlink

Function copy_symlink 

Source
pub fn copy_symlink(src: impl AsRef<Path>, dst: impl AsRef<Path>)
Expand description

Given a symlink at src, read its target, then create a new symlink at dst also pointing to target.