meta data for this page
  •  

This is an old revision of the document!


LUA Additional Modules

lpty

spawn process and fully control its input/output console

lua-coat

Yet Another Lua Object-Oriented Model http://fperrad.github.com/lua-Coat/

lualogging

luafilesystem

Filesystem control library https://keplerproject.github.io/luafilesystem/ Allows manipulation of file attributes, directory creation, link creation, locks

  • lfs.attributes (filepath [, aname])
  • lfs.chdir (path)
  • lfs.lock_dir(path, [seconds_stale])
  • lfs.currentdir ()
  • lfs.lock (filehandle, mode[, start[, length]])
  • lfs.link (old, new[, symlink])
  • lfs.mkdir (dirname)
  • lfs.rmdir (dirname)
  • lfs.setmode (file, mode)
  • lfs.symlinkattributes (filepath [, aname])
  • lfs.touch (filepath [, atime [, mtime]])
  • lfs.unlock (filehandle[, start[, length]])