Skip to content

File self asyncMoveFile string string function

xu_whale edited this page Dec 4, 2019 · 4 revisions

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

简介

移动文件/文件夹

  • @param a string srcPath:源文件路径
  • @param b string dstPath:目标文件路径
  • @param c function function(number code, string srcPath)...end code:读取状态,0: 成功, 其他失败 srcPath:源文件/文件夹路径
  • @version 1.2.11

Clone this wiki locally