James McCoy 04bdaf9a1e Fallback to _POSIX_PATH_MAX when MAXPATHLEN isn't available (#130)
On systems where MAXPATHLEN isn't defined, like GNU/Hurd, use
_POSIX_PATH_MAX as the starting size for the getcwd() buffer.
2019-10-29 16:08:55 -04:00
2017-09-14 12:15:58 +03:00
2006-03-15 18:27:13 +00:00
2016-04-30 20:37:37 +02:00
2008-03-25 17:39:29 +00:00
2008-05-07 19:06:37 +00:00
2017-09-14 12:12:14 +03: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.

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