Lua Filesystem Extension Library 0.1 review
DownloadThis extension library provides the filesystem primitives to your Lua scripts, which are missing from the core language
|
|
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