Function tauri::api::path::app_config_dir

source ·
pub fn app_config_dir(config: &Config) -> Option<PathBuf>
Expand description

Returns the path to the suggested directory for your app’s config files.

Resolves to config_dir/${bundle_identifier}.

See PathResolver::app_config_dir for a more convenient helper function.