ft 转移文件
2022-12-22 14:26:23 最后更新
用法:(将SD卡根目录的abc.txt转移至abc3.txt)
local c = i:ft("%abc.txt", "%abc3.txt")
syso(c)

说明:
用于转移文件。是否成功返回数据:true或 false