Tauri executableDir

2024-02-04 13:53 更新

 executableDir(): Promise<string>

返回用戶的可執(zhí)行文件目錄的路徑。

特定于平臺(tái)

  • Linux操作系統(tǒng):解析為?$XDG_BIN_HOME/../bin??$XDG_DATA_HOME/../bin??$HOME/.local/bin?
  • macOS:不支持。
  • windows:不支持。

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

Since: 1.0.0

Returns: ?Promise?<?string?>


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)