diff options
author | Lockywolf <for_sbo.lua53-filesystem_2023-06-04@lockywolf.net> | 2023-06-09 21:51:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 14:01:21 +0700 |
commit | 5c7a0d2119d82e3cd34251e2854b82435729530d (patch) | |
tree | c607b86a589dc08e941c09050b5aa3753b4f52fa /libraries/lua53-filesystem/README | |
parent | 800820d094a97f21ebfee82331fcda73ad83c062 (diff) |
libraries/lua53-filesystem: Added (lua filesystem library)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lua53-filesystem/README')
-rw-r--r-- | libraries/lua53-filesystem/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/lua53-filesystem/README b/libraries/lua53-filesystem/README new file mode 100644 index 0000000000000..351268cd98dfb --- /dev/null +++ b/libraries/lua53-filesystem/README @@ -0,0 +1,5 @@ +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. |