pub async fn symlink_dir( original: impl AsRef<Path>, link: impl AsRef<Path>, ) -> Result<(), Error>
fs
Creates a new symlink to a directory on the filesystem.