FileSystemManager.writeFile

FileSystemManager.writeFile(Object object)

写文件

输入

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

属性类型默认值是否必填说明
filePathstring要写入的文件路径
datastring/ArrayBuffer要写入的文本或二进制数据
encodingstringutf8指定写入文件的字符编码
说明
ascii
base64
binary
hex
ucs2/ucs-2/utf16le/utf-16le以小端序读取
utf-8/utf8
latin1

输出

fail 回调函数参数 Object

属性类型说明
errMsgstring错误信息
说明
fail no such file or directory, open ${filePath}指定的 filePath 所在目录不存在
fail permission denied, open ${dirPath}指定的 filePath 路径没有写权限