diff options
Diffstat (limited to 'libraries/luafilesystem/README')
-rw-r--r-- | libraries/luafilesystem/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/luafilesystem/README b/libraries/luafilesystem/README new file mode 100644 index 0000000000..f7c51ee8f5 --- /dev/null +++ b/libraries/luafilesystem/README @@ -0,0 +1,7 @@ +luafilesystem (lua filesystem library) + +LuaFileSystem is a Lua library developed to complement the set +of functions related to filesystems offered by the standard +Lua distribution. +LuaFileSystem offers a portable way to access the underlying +directory structure and file attributes. |