Skip to content

File self asyncWriteFile string string function

xu_whale edited this page Dec 4, 2019 · 3 revisions

title: File:asyncWriteFile(string a, string b, function c) comments: false

简介

异步写string到文件中

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