symlink_force

Function symlink_force 

Source
fn symlink_force(target: &Path, link: &Path) -> Result<()>
Expand description

Creates a symlink at link pointing to target, removing any existing file or symlink at link first.