Function tauri::api::path::app_data_dir

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

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

Resolves to data_dir/${bundle_identifier}.

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