Function fs_err::os::windows::fs::symlink_file

source ·
pub fn symlink_file<P: AsRef<Path>, Q: AsRef<Path>>(
    src: P,
    dst: Q
) -> Result<()>
Expand description

Creates a new symlink to a non-directory file on the filesystem.

Wrapper for std::os::windows::fs::symlink_file