Function bdrck::fs::create_symlink

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

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