Function std::io::fs::symlink[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.
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.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).