Today on windows there is symlink_file
and symlink_dir
. Internally however (mainly for a test scenario), symlink_junction
is also provided. There is today a third party crate that allows creating junctions (junction - Rust) but I'm somewhat surprised that support exists in Rust but is not exposed. I wasn't able to find much history on that function and why it's not exposed.
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.