Tauri appLocalDataDir

2024-02-04 13:52 更新
appLocalDataDir(): Promise<string>

返回應(yīng)用本地?cái)?shù)據(jù)文件的建議目錄的路徑。 解析為 ,其中 是 中配置的值 tauri.bundle.identifier。${localDataDir}/${bundleIdentifier}bundleIdentifiertauri.conf.json


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

Since: 1.2.0

Returns: Promise<?string?>


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)