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§

Functions§

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