rpatters1 472cd783d7 Fix a few compiler warnings (#171)
Fixes warnings (probably) introduced with 64-bit. Mainly explicit typecasts to int to silence "possible loss of precision" warnings. These are lengths of filenames, so they're not going to exceed 4GB.
2023-12-12 20:05:42 -03:00
2022-07-26 12:40:59 -03:00
2023-12-12 20:05:42 -03:00
2020-04-22 22:12:23 -03:00
2016-04-30 20:37:37 +02:00
2022-07-26 12:40:59 -03:00
2008-05-07 19:06:37 +00:00
2022-07-26 12:40:59 -03: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.

Description
No description provided
Readme MIT 620 KiB
Languages
C 77.2%
Lua 21.5%
Makefile 1.3%