Module tauri::api::file

source · []
Expand description

Types and functions related to file operations.

Structs

The extract manager to retrieve files from archives.

Moves a file from the given path to the specified destination.

The zip entry.

Enums

The supported archive formats.

The archive reader.

The supported compression types.

A read-only view into an entry of an archive.

Functions

Reads the entire contents of a file into a bytes vector.

Reads the entire contents of a file into a string.