tauri-plugin-fs 2.5.2

Access the file system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"$schema" = "schemas/schema.json"

[[permission]]
identifier = "write-all"
description = "This enables all write related commands without any pre-configured accessible paths."
commands.allow = [
  "mkdir",
  "create",
  "copy_file",
  "remove",
  "rename",
  "truncate",
  "ftruncate",
  "write",
  "write_file",
  "write_text_file",
]