Function gix_fs::symlink::create

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

Create a new symlink at link which points to original.