to_absolute_from_current_dir

Function to_absolute_from_current_dir 

Source
pub fn to_absolute_from_current_dir(
    relative: impl AsRef<Path>,
) -> Result<PathBuf>
Expand description

get the absolute path for specified file, relative to current working directory.