fs_err::os::windows::fs

Function symlink_dir

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

Creates a new symlink to a directory on the filesystem.

Wrapper for std::os::windows::fs::symlink_dir