Package-level declarations
Functions
Returns the path to the suggested directory for your app's cache files. Resolves to ${cacheDir}/${bundleIdentifier}, where bundleIdentifier is the identifier value configured in tauri.conf.json.
Returns the path to the suggested directory for your app's config files. Resolves to ${configDir}/${bundleIdentifier}, where bundleIdentifier is the identifier value configured in tauri.conf.json.
Returns the path to the suggested directory for your app's data files. Resolves to ${dataDir}/${bundleIdentifier}, where bundleIdentifier is the identifier value configured in tauri.conf.json.
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 the path to the user's desktop directory.
Returns the path to the user's document directory.
Returns the path to the user's download directory.
Returns the path to the user's executable directory.
Returns whether the path is absolute or not.
Returns the path to the user's local data directory.
Returns the path to the user's picture directory.
Resolve the path to a resource file.
Returns the path to the application's resource directory. To resolve a resource path, see {@linkcode resolveResource}.
Returns the path to the user's runtime directory.
Returns the path to the user's template directory.