Re: [Ann] Lua Filesystem Library
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [Ann] Lua Filesystem Library
- From: "Andreas Weis" <der_ghulbus@...>
- Date: 2007年12月17日 08:37:09 +0100
It's too late now to mention, but have you checked:
http://www.keplerproject.org/luafilesystem/
Yes, I took a look at it.
My design is a little different from this implementation, mainly in that
I use tables for directory listing instead of iterators. I also included
a compiler switch that disables destructive functionality like deleting
a directory...
But as mentioned before, the main reason for writing this was that I
needed a little more training with the C API ;)
Regards,
Andreas