Skip to main content

resolve_real_path

Function resolve_real_path 

Source
pub fn resolve_real_path(path: &str) -> String
Expand description

Resolve symlinks via libc::realpath. Returns the input unchanged on failure.