A Lua library for interfacing with the file system.
LuaFS targets Lua 5.1, and it assumes a POSIX system which provides an fts library.
Run make
to produce the library filesystem.so
and make install
to install it into /usr/local
.
See Documentation.md
.