pub fn filename_or_exists<P>(path: P, root: Option<P>) -> Result<PathBuf>where
    P: AsRef<Path>,