the link is removed。因此,应该可以使用std::fs::remove_file删除符号链接(从而也删除symlink::remove...
要在Rust中创建一个符号链接,你可以使用std::os::windows::fs::symlink_file函数。该函数在std...