FileSystemManager.appendFile

2020-02-14 14:13 更新

FileSystemManager.appendFile(Object object)

暂未支持

在文件结尾追加内容


输入

继承标准对象输入,扩展属性描述:

名称数据类型属性默认值描述
filePathstring要追加内容的文件路径
datastring/ArrayBuffer要追加的文本或二进制数据
encodingstringutf8指定写入文件的字符编码

encoding 字段值

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


输出

fail 回调函数接收的对象扩展属性:

属性类型说明支持版本
errMsgstring错误信息
说明
fail no such file or directory, open ${filePath}指定的 filePath 文件不存在
fail illegal operation on a directory, open "${filePath}"指定的 filePath 是一个已经存在的目录
fail permission denied, open ${dirPath}指定的 filePath 路径没有写权限
fail sdcard not mounted指定的 filePath 是一个已经存在的目录


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号