abs_path

Function abs_path 

Source
pub fn abs_path(path: PathBuf) -> Result<PathBuf>
Expand description

Returns the absolute version of the path, relative to the current directory, if path is relative.