Skip to main content

open_directory_handle

Function open_directory_handle 

Source
pub fn open_directory_handle(path: &Path) -> Result<File>
Expand description

Open an absolute directory as a live handle for operations that must keep using the same directory even if an attacker renames a path component.