如要移动res 文件夹下的1.txt 到lua 文件夹下,则输入:. --移动文件 function movefile(path,to) os.execute("mv "..path.." "..to); end --检测指定文件是否存在 ...
確定! 回上一頁