[−][src]Function cap_primitives::fs::symlink_dir
pub fn symlink_dir(
old_path: &Path,
new_start: &File,
new_path: &Path
) -> Result<()>
Perform a symlink_dir
-like operation, ensuring that the resolution of the path
never escapes the directory tree rooted at start
.