Function cap_primitives::fs::open_dir_nofollow
source ยท pub fn open_dir_nofollow(start: &File, path: &Path) -> Result<File>
Expand description
Similar to open_dir
, but fails if the path names a symlink.
pub fn open_dir_nofollow(start: &File, path: &Path) -> Result<File>
Similar to open_dir
, but fails if the path names a symlink.