singe/singe/thirdparty/luafilesystem
2020-03-22 15:24:59 -05:00
..
doc/us Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
src Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
tests Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
vc6 Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
.gitignore Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
.travis.yml Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
appveyor.yml Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
config Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
config.win Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
LICENSE Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
luafilesystem-scm-1.rockspec Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
Makefile Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
Makefile.win Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00
README.md Added LuaFileSystem to Singe runtime. 2020-03-22 15:24:59 -05:00

License Build Status Build status Coverage Status

LuaFileSystem - File System Library for Lua

Copyright 2003-2017 Kepler Project

https://keplerproject.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 documentation at doc/us/ for more information.