W3Cschool
恭喜您成為首批注冊用戶
獲得88經驗值獎勵
readTextFile(: , :FsOptions
):Promise
filePath
string
options?
<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
名字 | 類型 |
---|---|
filePath | string |
options | FsOptions |
Returns: ?Promise
?<?string
??>
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯系方式:
更多建議: