lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi list,

I just uploaded a maintenance release for LuaFileSystem.
It supports Lua 5.1, 5.2 and 5.3.

LuaFileSystem is a Lua library developed to complement the set of
functions related to file systems offered by the standard Lua
distribution. LuaFileSystem offers a portable way to access the
underlying directory structure and file attributes.

http://www.keplerproject.org/luafilesystem/

The easiest way to install LuaFileSystem is to use LuaRocks:

luarocks install luafilesystem

Thanks to Alexey Melnichuk and Andrew Starks for pushing Lua-5.3
compatibility fixes!

-- Hisham