lunarmodules / luafilesystem

LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
https://lunarmodules.github.io/luafilesystem/
MIT License
900 stars 291 forks source link

Add a 'target' field for symlinkattributes. #78

Closed n1tehawk closed 8 years ago

n1tehawk commented 8 years ago

This PR is based on the previous version by @hishamhm in #76, but uses a different strategy for 'dynamically' sizing the buffer.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.6%) to 77.889% when pulling 32b355a9902e6ce7aae68926fc3f2d05856fc299 on n1tehawk:20160716_symlink-target into 080f74f785b2f30708ae797c15fca95a418b028a on keplerproject:master.

hishamhm commented 8 years ago

Thank you!!