Crate tauri_plugin_fs

Source
Expand description

Access the file system.

Structs§

Fs
OpenOptions

Enums§

Error
FilePath
Represents either a filesystem path or a URI pointing to a file such as file:// URIs or Android content:// URIs.
SafeFilePath
Represents either a safe filesystem path or a URI pointing to a file such as file:// URIs or Android content:// URIs.

Traits§

FsExt

Functions§

init