[][src]Function hm::symlink_file

pub fn symlink_file(source: String, target: String) -> Result<(), HMError>

Either create a symlink to a file or directory. Generally we'll be doing this in a tilde'd home subdirectory, so we need to be careful to get our Path right.