lua-users home
lua-l archive

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


Andreas Weis wrote:
Hello everyone!

One of the things that always bugged me about Lua was that you are not able to do simple filesystem operations with the standard library, like listing a directory or moving files. Therefore (and because I needed some training with Lua's C API), I put together a small collection of functions that allow basic filesystem manipulation from inside a Lua script.

It's too late now to mention, but have you checked:

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

It does what you want.

Regards,
Ignacio Burgueño