Skip to main content

symlink_file

Function symlink_file 

Source
pub fn symlink_file(target: &Path, link: &Path) -> Result<(), Error>
Expand description

Creates a symbolic link for a file, handling platform-specific requirements.

ยงErrors

Returns an error if the symlink operation fails.