Function tauri::api::path::template_dir

source ·
pub fn template_dir() -> Option<PathBuf>
Expand description

Returns the path to the user’s template directory.

§Platform-specific

  • Linux: Resolves to xdg-user-dirsXDG_TEMPLATES_DIR.
  • macOS: Not supported.
  • Windows: Resolves to {FOLDERID_Templates}.