W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
writeTextFile(: , : , :FsOptions
):Promise
path
string
contents
string
options?
<void
>
寫入 UTF-8 文本文件。
import { writeTextFile, BaseDirectory } from '@tauri-apps/api/fs';
// Write a text file to the `$APPCONFIG/app.conf` path
await writeTextFile('app.conf', 'file contents', { dir: BaseDirectory.AppConfig });
Since: 1.0.0
名字 | 類型 |
---|---|
path | string |
contents | string |
options? | FsOptions |
Returns: Promise
<void
>
writeTextFile(:FsTextFileOption
, :FsOptions
):Promise
file
options?
<void
>
寫入 UTF-8 文本文件。
import { writeTextFile, BaseDirectory } from '@tauri-apps/api/fs';
// Write a text file to the `$APPCONFIG/app.conf` path
await writeTextFile({ path: 'app.conf', contents: 'file contents' }, { dir: BaseDirectory.AppConfig });
Since: 1.0.0
名字 | 類型 |
---|---|
file | FsTextFileOption |
options? | FsOptions |
Returns: Promise
<void
>
指示操作成功或失敗的承諾。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: