MAME/3rdparty/luafilesystem
2026-05-23 01:35:04 +10:00
..
doc/us Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
src Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
tests Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
vc6 Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
.gitignore Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
.travis.yml Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
appveyor.yml Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
config Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
config.win Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
LICENSE Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
luafilesystem-scm-1.rockspec Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
Makefile Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
Makefile.win Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00
README.md Merge branch 'release0288' into HEAD 2026-05-23 01:35:04 +10:00

License Build Status Build status Coverage Status

LuaFileSystem - File System Library for Lua

Copyright 2003-2020 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.