lua-users home
lua-l archive

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


>I wonder if their is anyway to do a statfs() from Lua ?

can't you just issue io.popen() commands and retrieve the result?

I wrote some wrappers for my Debian hackery doing exec, piped single- and multi-line retrieval if you want.

-- p