Module tauri::api::path[][src]

Expand description

The file system path operations API.

Enums

A Base Directory to use. The base directory is the optional root of a FS operation. If informed by the API call, all paths will be relative to the path of the given directory.

Functions

Returns the path to the suggested directory for your app config files.

Returns the path to the user’s audio directory.

Returns the path to the user’s cache directory.

Returns the path to the user’s config directory.

Returns the path to the user’s data directory.

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 the path to the user’s font directory.

Returns the path to the user’s home directory.

Returns the path to the user’s local data directory.

Returns the path to the user’s picture directory.

Returns the path to the user’s public directory.

Resolves the path with the optional base directory.

Returns the path to the resource directory of this app.

Returns the path to the user’s runtime directory.

Returns the path to the user’s template directory.

Returns the path to the user’s video dir