Function tauri::api::path::app_dir

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

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

Resolves to ${config_dir}/${bundle_identifier}.

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