singe/thirdparty/luafilesystem
2023-10-23 19:38:18 -05:00
..
docs Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
src Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
tests Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
.gitignore Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
appveyor.yml Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
config Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
config.win Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
LICENSE Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
luafilesystem-scm-1.rockspec Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Makefile Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
Makefile.win Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00
README.md Major reorganization to start work on Singe 2.10. 2023-10-23 19:38:18 -05:00

License Build Status Build status Coverage Status

LuaFileSystem - File System Library for Lua

https://lunarmodules.github.io/luafilesystem

Description

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.

LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. LuaFileSystem is free software and uses the same license as Lua 5.x (MIT).

LuaRocks Installation

luarocks install luafilesystem

Documentation

Please check the at docs/ for more information, also available at the project website.