Function std::fs::soft_linkUnstable [-] [+] [src]

pub fn soft_link<P: AsPath + ?Sized, Q: AsPath + ?Sized>(src: &P, dst: &Q) -> Result<()>

Creates a new soft link on the filesystem.

The dst path will be a soft link pointing to the src path.