You can do it using LuaRocks: $ luarocks install luafilesystem Use library as such: require "lfs" function dirtree(dir) assert(dir and dir ~= "", "Please ...
確定! 回上一頁