lua-users home
lua-l archive

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


Hi, Currently in Lua, it appears as if it is impossible to obtain the exit code of a program that you have opened with io.popen(); the close method on the returned object only returns true. Are there reasons for it not return this? If not, can I request it be considered for 5.2? B.