Function tauri::api::path::resource_dir

source ·
pub fn resource_dir(package_info: &PackageInfo, env: &Env) -> Option<PathBuf>
Expand description

Returns the path to the resource directory of this app.

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