Function std::old_io::fs::symlinkUnstable [-] [+] [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.