Skip to content

File self asyncUnzipFile string string function

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

简介

异步解压文件

  • @param path string sourcePath:待解压文件路径
  • @param b string target:解压目的路径
  • @param callback function function(number code,String sourcePath)...end code:解压结果,0 成功,其他失败 sourcePath:待解压文件路径
Clone this wiki locally