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

    的同步版本

    要追加的文本或二进制数据

    encoding 的合法值

    错误

    错误码错误信息说明
    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 是一个已经存在的目录