[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [Ann] Lua Filesystem Library
- From: Ignacio Burgueño <ignaciob@...>
- Date: Sat, 15 Dec 2007 13:27:20 -0200
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