How to create a directory in Lua?

后端 未结 4 1095
南旧
南旧 2021-02-19 20:46

Is it possible to create a directory in lua ? If so, how ?

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-19 21:33

    You may also want to look at Lua/APR, the Apache Portable Runtime binding for Lua. The docs can be found at here

    One of the reasons I use Lua is that I can write code that runs across multiple OSes. I was using LFS for some time, but have found that using Lua/APR provides a more platform-neutral library. And there are lots of other useful routines in the APR.

提交回复
热议问题