Skip to content

File self asyncWriteFile string string function

xu.jingyu edited this page Jan 14, 2020 · 3 revisions

简介

异步写string到文件中

  • @param path string path:写入文件路径
  • @param content string content:写入内容
  • @param asyncWriteFileCallback function function(number code, String path)...end code:写入状态,0: 成功, 其他失败 path:写入路径
Clone this wiki locally