pub fn exists<P: AsRef<Path>>(path: P, version: Version) -> Result<bool, Error>
Like std::fs::exists. Returns true, if this file exists in either the data or config dir.
true