Tauri appCacheDir

2024-02-04 13:52 更新

 appCacheDir(): ?Promise?<string >

返回應(yīng)用緩存文件的建議目錄的路徑。 解析為 ,其中 是 中配置的值 tauri.bundle.identifier。${cacheDir}/${bundleIdentifier}bundleIdentifiertauri.conf.json

import { appCacheDir } from '@tauri-apps/api/path';
const appCacheDirPath = await appCacheDir();

Since: 1.2.0

Returns: ?Promise?<?string?>


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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號