fn find_upwards(filename: &str) -> Result<(PathBuf, PathBuf), Error>
Returns the directory of the searched file and a path to the file itself as a tuple.