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.