Skip to content

File number syncWriteArray string Array

xu_whale edited this page Dec 4, 2019 · 3 revisions

title: File:syncWriteArray(string a, Array b) comments: false

简介

将array内容同步写入文件

  • @param a string path:写入文件路径
  • @param b Array array:写入内容
  • @return number 0: 成功, 其他失败
Clone this wiki locally