Tauri Core API - v2.6.0
    Preparing search index...

    Function appLocalDataDir

    • Returns the path to the suggested directory for your app's local data files. Resolves to ${localDataDir}/${bundleIdentifier}, where bundleIdentifier is the identifier value configured in tauri.conf.json.

      Returns Promise<string>

      import { appLocalDataDir } from '@tauri-apps/api/path';
      const appLocalDataDirPath = await appLocalDataDir();

      1.2.0