在 Lua/LuaFileSystem 中创建一个新文件
我查看了 Lua & LuaFileSystem Docs 尚未找到创建新文件的方法,我也在这里四处寻找,但目的相同。
请注意,我正在寻找的解决方案必须与操作系统无关,以确保可移植性,但我很高兴针对不同的系统获得不同的答案。
I've looked over the Lua & LuaFileSystem Docs and have yet to find a way to create a new file, I also scouted around on here but to the same end.
As a note, the solution I'm looking for has to be OS neutral to ensure portability, but I'm happy to get different answers for different systems.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
示例(将“Hello World”写入 test.txt):
另请参阅:Lua IO 教程
Example (writing "Hello World" into test.txt):
See also: Lua IO tutorial