Описание тега luafilesystem
It is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
Overview
LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
It offers a portable way to access the underlying directory structure and file attributes.
License
LuaFileSystem is free software and uses the same license as Lua 5.1.
Useful resources
- Online documentation: http://keplerproject.github.io/luafilesystem/
- Git repository: https://github.com/keplerproject/luafilesystem
- Manual: http://keplerproject.github.io/luafilesystem/manual.html
- Examples: http://keplerproject.github.io/luafilesystem/examples.html
Wiki excerpt from online documentation pages