Function run_make_support::fs::create_symlink

source ยท
pub fn create_symlink<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q)
Expand description

Creates a new symlink to a path on the filesystem, adjusting for Windows or Unix.