Function tauri::api::path::app_dir

source ·
pub fn app_dir(config: &Config) -> Option<PathBuf>
👎Deprecated since 1.2.0: Will be removed in 2.0.0. Use app_config_dir or app_data_dir instead.
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.