[][src]Function cap_primitives::fs::readlink

pub fn readlink(start: &File, path: &Path) -> Result<PathBuf>

Perform a readlinkat-like operation, ensuring that the resolution of the path never escapes the directory tree rooted at start.