Function bdrck::fs::create_symlink [] [src]

pub fn create_symlink<T: AsRef<Path>, S: AsRef<Path>>(
    target: T,
    symlink: S
) -> Result<()>

An implementation of a function to create symbolic links on UNIX-style OSes. This works equivalently to "ln -s target symlink".