gix_fs::symlink

Function create

source
pub fn create(original: &Path, link: &Path) -> Result<()>
Expand description

Create a new symlink at link which points to original.

Note that original doesn’t have to exist.