Hello,
I am working on some simple GUI admin tools which use lua-fltk.
The following script works in Lua40, but not lua-fltk which is based on Lua40. Does anybody know of a workaround which will work with lua-fltk?
---------
readfrom("|ls -l")
d =read("*a")
print(d)
--------
Thanks much,
John Andrews