Tauri readTextFile

2024-02-01 16:44 更新
readTextFile(: , : FsOptions): PromisefilePathstringoptions?<string>

將文件讀取為 UTF-8 編碼的字符串。

import { readTextFile, BaseDirectory } from '@tauri-apps/api/fs';
// Read the text file in the `$APPCONFIG/app.conf` path
const contents = await readTextFile('app.conf', { dir: BaseDirectory.AppConfig });

Since: 1.0.0

參數
名字類型
filePathstring
optionsFsOptions

Returns: ?Promise?<?string??>


以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號