lua-users home
lua-l archive

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


On Mon, Nov 30, 2009 at 6:10 PM, Petite Abeille
<petite.abeille@gmail.com> wrote:
>
> On Nov 30, 2009, at 9:03 PM, Alexander Gladysh wrote:
>
>> Before I start implementing this myself, perhaps there is an existing solution?
>
> Something like Luarock's fs module perhaps?
>
> http://luarocks.org/viewvc/viewvc.cgi/luarocks/trunk/src/luarocks/fs/

luarocks.fs is probably not what he wants on Windows, as it uses
UnxUtils command-line tools (on LuaRocks 1.x) or LuaFilesystem (on
2.x; Windows package not shipped yet).

-- Hisham