Lua读写文件代码示例
读写文件的模式:
r-读取模式w-写入模式(覆盖现有内容) a-附加模式(附加在现有内容之后) b-二进制模式 r+-读取更新模式(现有数据保留) w+-写入更新模式(现有数据擦除) a+-附加更新模式(现有数据保留,只在文件末尾附加)
do
--readdatafromfile
functionreadFile()
localfileHandle=assert(io.open("test.txt","r"),"notthefile");
iffileHandlethen
localoutData=fileHandle:read("*all");
print(outData);
else
print("false");
end
fileHandle:close(errorInfo);
end
--writedatatothefile
functionwriteFile(dataBuffer)
localwriteHandle=assert(io.open("write.txt","a+"),"notthefile");
ifwriteHandlethen
writeHandle:write(dataBuffer);
print("true");
else
print("false");
end
writeHandle:close();
end
localinputData=0;
repeat
inputData=io.read();--writethedatafromio
writeFile(inputData);
untilinputData=='#'
end热门推荐
10 喜得孙子祝福语简短唯美
11 婚礼祝福语简短朴实大众
12 员工周年祝福语大全简短
13 家长回复节日祝福语简短
14 简短生日祝福语老同学
15 夜雨祝福语简短10字
16 蛋糕祝福语简短闺蜜
17 部门过年祝福语简短独特
18 简短精炼的结婚祝福语