微信小游戲開發(fā)文檔-小游戲文件API string FileSystemManager.writeFileSync(string filePath, string|ArrayBuffer data, string encoding)

2018-01-23 17:35 更新

string FileSystemManager.writeFileSync(string filePath, string|ArrayBuffer data, string encoding)

FileSystemManager.writeFile 的同步版本

參數(shù)

string filePath

要寫入的文件路徑

string|ArrayBuffer data

要寫入的文本或二進制數(shù)據(jù)

string encoding

指定寫入文件的字符編碼

encoding 的合法值

說明
ascii
base64
binary
hex
ucs2/ucs-2/utf16le/utf-16le 以小端序讀取
utf-8/utf8
latin1

返回值

string errMsg

錯誤信息

errMsg 的合法值

說明
fail no such file or directory, open ${filePath} 指定的 filePath 所在目錄不存在
fail permission denied, open ${dirPath} 指定的 filePath 路徑?jīng)]有寫權限
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號