A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions,etc), and OS path management. Much of the functionality is inspired by the Python standard libraries.
Actually
path.abspath(P,false)
is equivalent topath.abspath(P)
. The purpose of this PR is to raise on the former call.