pub fn absolute_path<P: AsRef<Path>>(path: P) -> Result<PathBuf>
Create an absolute path, appending it to the current working directory.