Function std::io::fs::symlinkExperimental [-]  [+] [src]

pub fn symlink(src: &Path, dst: &Path) -> IoResult<()>

Creates a new symbolic link on the filesystem. The dst path will be a symlink pointing to the src path.