Lua - Accessing files & controlling applications? -


how person use lua scripting language things such this:

opening application such ie , controlling it, accessing c drive , current directory .lua file located modify, move, create , delete files.

any links references appreciated, cannot find clear documentation anywhere.

generally speaking, lua doesn't have kind of stuff built-in. lua minimalist programming language, great embedding. core language uses facilities available in c89. if want bells , whistles, need add lua libraries.

you can find libraries searching wiki, @ luarocks, luadist, or luaforge

for "controlling ie" should take @ luacom

for accessing current directory, try luafilesystem


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -