[][src]Function to_absolute::to_absolute_from_current_dir

pub fn to_absolute_from_current_dir(
    relative: impl AsRef<Path>
) -> Result<PathBuf>

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