Function tauri::api::path::app_local_data_dir

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

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

Resolves to local_data_dir/${bundle_identifier}.

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