pub fn get_configuration_file_path<'a>(
    app_name: &str,
    config_name: impl Into<Option<&'a str>>
) -> Result<PathBuf, ConfyError>
Expand description

Get the configuration file path used by load and store

This is useful if you want to show where the configuration file is to your user.