NiteHawk ba6d0e1ad9 Have make_link() use pushresult() instead of pusherror() on Windows
The pushresult(L, -1, ...) call will delegate to pusherror() anyway,
but this avoids the "Unused static" warning for pushresult.

Also take care of assigning something meaningful to `errno`, as
strerror(errno) is used for constructing the Lua error message.

Fixes #65
2016-03-25 13:07:13 +01:00
2016-01-21 15:28:14 -03:00
2016-01-21 13:54:17 -03:00
2015-01-15 16:58:20 -02:00
2014-08-09 12:33:33 +02:00
2006-03-15 18:27:13 +00:00
2016-01-21 15:08:25 -03:00
2016-01-21 15:28:14 -03:00
2007-10-27 22:42:32 +00:00
2008-03-25 17:39:29 +00:00
2014-08-09 12:11:20 +02:00
2008-05-07 19:06:37 +00:00
2016-01-21 15:41:48 -03:00

Licence Build Status Build status Coverage Status

LuaFileSystem - File System Library for Lua

Copyright 2003-2016 Kepler Project

http://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.1

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%