Module tauri::api::dir[][src]

Expand description

The Dir module is a helper for file system directory management.

Structs

DiskEntry

The result of the read_dir function.

Functions

is_dir

Checks if the given path is a directory.

read_dir

Reads a directory. Can perform recursive operations.

with_temp_dir

Runs a closure with a temp dir argument.