Lua Filesystem Extension Library 0.1 review

Download
by rbytes.net on

This extension library provides the filesystem primitives to your Lua scripts, which are missing from the core language

License: LGPL (GNU Lesser General Public License)
File size: 10K
Developer: Steve Kemp
0 stars award from rbytes.net

This extension library provides the filesystem primitives to your Lua scripts, which are missing from the core language. The exported primitives include mkdir, rmdir, stat, chown, chmod, and more.

Available filesystem primitives:

chdir()
chmod()
chown()
cwd()
is_dir()
is_file()
mkdir()
readdir()
rmdir()
stat()

This project was started when I was coding a simple Lua webserver and became frustrated at the lack of available filesystem primitives.

What's New in This Release:
This is the first stable release of the software with complete documentation and a sufficiently useful set of exported primitives.

Lua Filesystem Extension Library 0.1 search tags