Tauri fs

2024-02-01 15:36 更新

訪問(wèn)文件系統(tǒng)。

當(dāng) ?build.withGlobalTauri ?設(shè)置為 in  時(shí),也可以訪問(wèn)此包。window.__TAURI__.fstauri.conf.jsontrue

必須將 API 添加到 ?tauri.allowlist.fs? 中:tauri.conf.json

{
  "tauri": {
    "allowlist": {
      "fs": {
        "all": true, // enable all FS APIs
        "readFile": true,
        "writeFile": true,
        "readDir": true,
        "copyFile": true,
        "createDir": true,
        "removeDir": true,
        "removeFile": true,
        "renameFile": true,
        "exists": true
      }
    }
  }
}

建議僅將您使用的 API 列入許可列表,以獲得最佳捆綁包大小和安全性。


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)