pub fn config_path<P>(app_name: &str, relative_path: P) -> Result<PathBuf>where P: AsRef<Path>,
Resolve a config file path relative to the per-user config directory.