|
On Sat, Mar 17, 2012 at 10:39 AM, Flemming Madsen <lua@themadsens.dk> wrote:I know that LuaSocket objects have a getfd() method, but regular Lua
> fdesc The posix file descriptor "small integer". Use the ":getfd()" method
> on a "normal" lua stream or socket to obtain fdesc.
file objects don't, unfortunately. The implementation of file objects
is not standardized, so having such a method would be rather useful.
steve d.