79283183

Date: 2024-12-15 21:08:54
Score: 2
Natty:
Report link

You can get the path like so:

tauri::Builder::default()
  .setup(|app| {
    let path = app.path().app_data_dir();//
    Ok(())
  });

Similarly, you can get other paths as well: https://v1.tauri.app/v1/api/js/path/#appdatadir

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: salman_sali