Module tauri::api::dir

source ·
Expand description

Types and functions related to file system directory management.

Structs

  • A disk entry which is either a file or a directory.

Functions

  • Checks if the given path is a directory.
  • Reads a directory. Can perform recursive operations.
  • Runs a closure with a temporary directory argument.