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
Post a Comment